We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 032661e + b5092ee commit 41f4d42Copy full SHA for 41f4d42
Dockerfile
@@ -43,7 +43,7 @@ USER docs
43
# Install miniconda as docs user
44
WORKDIR /home/docs
45
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-4.3.11-Linux-x86_64.sh
46
-RUN bash Miniconda2-4.3.11-Linux-x86_64.sh -b -p /home/docs/miniconda2/
47
-env PATH $PATH:/home/docs/miniconda2/bin
+RUN bash Miniconda2-4.3.11-Linux-x86_64.sh -b -p /home/docs/.conda/
+env PATH $PATH:/home/docs/.conda/bin
48
49
CMD ["/bin/bash"]
0 commit comments