Skip to content

Commit a1cc85e

Browse files
committed
Add conda-forge channel with the highest channel priority
1 parent 82f0624 commit a1cc85e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-4.3.11-Linux-x86_64.s
4646
RUN bash Miniconda2-4.3.11-Linux-x86_64.sh -b -p /home/docs/miniconda2/
4747
env PATH $PATH:/home/docs/miniconda2/bin
4848

49+
# Add conda-forge channel with the highest channel priority
50+
RUN conda config --add channels conda-forge
51+
4952
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)