Skip to content

Commit 39e8d95

Browse files
authored
try adding conda-forge channel to conda install
1 parent ebe5650 commit 39e8d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ COPY selene-cpu.yml /tmp/$CONDA_ENV.yml
1414
RUN conda env create -q -f /tmp/selene.yml -n $CONDA_ENV && \
1515
bash -c '\
1616
source activate $CONDA_ENV && \
17-
conda install -q nose sphinx==4.0.1 sphinx_rtd_theme==0.5.2 && \
17+
conda install -c conda-forge -q nose sphinx==4.0.1 sphinx_rtd_theme==0.5.2 && \
1818
pip install recommonmark'

0 commit comments

Comments
 (0)