Skip to content

Commit

Permalink
Merge pull request #101 from njzjz/docker
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
njzjz authored Feb 9, 2019
2 parents 8f7ff43 + f328791 commit 35e718b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
FROM continuumio/miniconda3
RUN conda install openbabel rdkit hmmlearn -c openbabel -c conda-forge \
&& pip install reacnetgenerator \
&& conda clean --yes --all \
&& rm -rf /root/.cache
RUN conda install reacnetgenerator -c openbabel -c conda-forge -c njzjz && conda clean -y --all
2 changes: 1 addition & 1 deletion docker/compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sut:
build: .
command: reacnetgenerator --help
command: reacnetgenerator -h

0 comments on commit 35e718b

Please sign in to comment.