From e467f546b582bb9ef65c7a334464aa23628240eb Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Thu, 23 Aug 2018 19:14:39 -0700 Subject: [PATCH] Upgrade version of anaconda. (#2730) --- docker/base-deps/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/base-deps/Dockerfile b/docker/base-deps/Dockerfile index 611fc31ba..56cff8de0 100644 --- a/docker/base-deps/Dockerfile +++ b/docker/base-deps/Dockerfile @@ -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 \