Skip to content

Commit 41f4d42

Browse files
authored
Merge pull request #26 from rtfd/conda-path
Update conda path
2 parents 032661e + b5092ee commit 41f4d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ USER docs
4343
# Install miniconda as docs user
4444
WORKDIR /home/docs
4545
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
46+
RUN bash Miniconda2-4.3.11-Linux-x86_64.sh -b -p /home/docs/.conda/
47+
env PATH $PATH:/home/docs/.conda/bin
4848

4949
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)