From b7e436e3260e45a0720dc06f6a5c5528a0b765f9 Mon Sep 17 00:00:00 2001 From: bio-boris Date: Tue, 21 Jun 2022 23:31:30 -0500 Subject: [PATCH] Develop->Main Initial Release 0.0.1 (#6) * Initial Release --- Dockerfile | 5 +++-- RELEASE_NOTES.md | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c01c8e..9f7de8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,8 @@ RUN \ # Add in some legacy modules -ADD biokbase $CONDA_INSTALL_DIR/lib/biokbase + +ADD biokbase $CONDA_INSTALL_DIR/lib/python3.9/site-packages/biokbase ADD biokbase/user-env.sh /kb/deployment/user-env.sh ADD requirements.txt /tmp/requirements.txt @@ -51,4 +52,4 @@ RUN \ #Install packages required for base image RUN \ which pip && \ - pip install -r /tmp/requirements.txt + pip install -r /tmp/requirements.txt \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 099dc5f..4305667 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,9 @@ # Release Notes - ## 0.0.1 - Jun 21, 2022 Initial Release Base Image with Conda/Mamba highlights of versions: * KBase SDK version 1.2.0 (commit 8def489f648a7ff5657d33ed05f41c60f4766e1b) * Python 3.9.13 * conda 4.12.0 -* mamba 0.15.3 +* mamba 0.15.3 \ No newline at end of file