Skip to content

Commit

Permalink
Develop->Main Initial Release 0.0.1 (#6)
Browse files Browse the repository at this point in the history
* Initial Release
  • Loading branch information
bio-boris authored Jun 22, 2022
1 parent 7abda69 commit b7e436e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
3 changes: 1 addition & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b7e436e

Please sign in to comment.