mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:32:11 +08:00
Upgrade version of anaconda. (#2730)
This commit is contained in:
committed by
Philipp Moritz
parent
aa014af85b
commit
e467f546b5
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user