Skip to content

Commit

Permalink
forgot to add conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jun 29, 2023
1 parent b66db61 commit afdbf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG VERSION
# https://docs.python.org/3/using/cmdline.html#cmdoption-u
ENV PYTHONUNBUFFERED=1

RUN micromamba install -y -n base -c openeye openeye-toolkits git "perses==$VERSION" cudatoolkit==11.7 && \
RUN micromamba install -y -n base -c conda-forge -c openeye openeye-toolkits git "perses==$VERSION" cudatoolkit==11.7 && \
micromamba clean --all --yes

# Make directory and tell openeye where to find
Expand Down

0 comments on commit afdbf58

Please sign in to comment.