Skip to content

Commit

Permalink
fixing anaconda link in dockerfile (#1120)
Browse files Browse the repository at this point in the history
* fixing anaconda link in dockerfile

* Revert conda path removal
  • Loading branch information
gramhagen authored Jun 11, 2020
1 parent f8cdad6 commit c6093e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN wget ${CMAKE} -O cmake.tgz && \
rm -rf cmake

# Install Anaconda
ARG ANACONDA="https://repo.continuum.io/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh"
ARG ANACONDA="https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"
RUN curl ${ANACONDA} -o anaconda.sh && \
/bin/bash anaconda.sh -b -p conda && \
rm anaconda.sh && \
Expand Down

0 comments on commit c6093e3

Please sign in to comment.