Upgrade version of anaconda. (#2730)

This commit is contained in:
Robert Nishihara
2018-08-23 19:14:39 -07:00
committed by Philipp Moritz
parent aa014af85b
commit e467f546b5
+1 -1
View File
@@ -17,7 +17,7 @@ RUN apt-get update \
&& apt-get clean \
&& echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh \
&& wget \
--quiet 'https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh' \
--quiet 'https://repo.continuum.io/archive/Anaconda2-5.2.0-Linux-x86_64.sh' \
-O /tmp/anaconda.sh \
&& /bin/bash /tmp/anaconda.sh -b -p /opt/conda \
&& rm /tmp/anaconda.sh \