File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ RUN groupadd -r c-pac && \
107107 libxp-dev && \
108108 add-apt-repository --remove --yes ppa:zeehio/libxp && \
109109 apt-get update && \
110- curl -sO https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.2 -Linux-x86_64.sh && \
111- bash Miniconda3-py37_4.8.2 -Linux-x86_64.sh -b -p /usr/local/miniconda && \
112- rm Miniconda3-py37_4.8.2 -Linux-x86_64.sh && chmod -R 777 /usr/local/miniconda && \
110+ curl -sO https://repo.anaconda.com/miniconda/Miniconda3-py37_4.12.0 -Linux-x86_64.sh && \
111+ bash Miniconda3-py37_4.12.0 -Linux-x86_64.sh -b -p /usr/local/miniconda && \
112+ rm Miniconda3-py37_4.12.0 -Linux-x86_64.sh && chmod -R 777 /usr/local/miniconda && \
113113 ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
114114 echo $TZ > /etc/timezone && \
115115 sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ RUN apt-get update && \
120120 apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
121121
122122# Installing and setting up miniconda
123- RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-4.5.11 -Linux-x86_64.sh && \
124- bash Miniconda3-4.5.11 -Linux-x86_64.sh -b -p /usr/local/miniconda && \
125- rm Miniconda3-4.5.11 -Linux-x86_64.sh && chmod -R 777 /usr/local/miniconda
123+ RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-py37_4.12.0 -Linux-x86_64.sh && \
124+ bash Miniconda3-py37_4.12.0 -Linux-x86_64.sh -b -p /usr/local/miniconda && \
125+ rm Miniconda3-py37_4.12.0 -Linux-x86_64.sh && chmod -R 777 /usr/local/miniconda
126126
127127# Set CPATH for packages relying on compiled libs (e.g. indexed_gzip)
128128ENV PATH="/usr/local/miniconda/bin:$PATH" \
You can’t perform that action at this time.
0 commit comments