Skip to content

Commit

Permalink
don't hardcode value
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jun 29, 2023
1 parent 33eb7bc commit f38c035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PYTHONUNBUFFERED=1

# git is nice if anyone needs to drop into this image and clone/patch something
# pytest-xdist and pytest-attrib let us run our tests fast and skip broken ones
RUN micromamba install -y -n base -c conda-forge/label/perses_dev -c conda-forge -c openeye openeye-toolkits git perses==0.10.1.dev0 pytest-attrib pytest-xdist openmmtools==0.22.1 cudatoolkit==11.7 && \
RUN micromamba install -y -n base -c conda-forge/label/perses_dev -c conda-forge -c openeye openeye-toolkits git perses pytest-attrib pytest-xdist openmmtools==0.22.1 cudatoolkit==11.7 && \
micromamba clean --all --yes

# Make directory and tell openeye where to find
Expand Down

0 comments on commit f38c035

Please sign in to comment.