We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f0624 commit a1cc85eCopy full SHA for a1cc85e
Dockerfile
@@ -46,4 +46,7 @@ RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-4.3.11-Linux-x86_64.s
46
RUN bash Miniconda2-4.3.11-Linux-x86_64.sh -b -p /home/docs/miniconda2/
47
env PATH $PATH:/home/docs/miniconda2/bin
48
49
+# Add conda-forge channel with the highest channel priority
50
+RUN conda config --add channels conda-forge
51
+
52
CMD ["/bin/bash"]
0 commit comments