Skip to content

Commit 99bd955

Browse files
humitosericholscher
authored andcommitted
Add conda-forge channel with the highest channel priority
1 parent 587d4ba commit 99bd955

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/.conda/
4747
env PATH $PATH:/home/docs/.conda/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)