Skip to content

Commit

Permalink
try adding conda-forge channel to conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
kathyxchen committed Jun 8, 2021
1 parent ebe5650 commit 39e8d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ COPY selene-cpu.yml /tmp/$CONDA_ENV.yml
RUN conda env create -q -f /tmp/selene.yml -n $CONDA_ENV && \
bash -c '\
source activate $CONDA_ENV && \
conda install -q nose sphinx==4.0.1 sphinx_rtd_theme==0.5.2 && \
conda install -c conda-forge -q nose sphinx==4.0.1 sphinx_rtd_theme==0.5.2 && \
pip install recommonmark'

0 comments on commit 39e8d95

Please sign in to comment.