Skip to content

Commit 7f6e1aa

Browse files
authored
Update Miniconda dependency
1 parent 759f7bb commit 7f6e1aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ RUN mkdir -p /opt/ICA-AROMA && \
9696
ENV PATH=/opt/ICA-AROMA:$PATH
9797

9898
# Installing and setting up miniconda
99-
RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-4.3.11-Linux-x86_64.sh && \
100-
bash Miniconda3-4.3.11-Linux-x86_64.sh -b -p /usr/local/miniconda && \
101-
rm Miniconda3-4.3.11-Linux-x86_64.sh
99+
RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda2-4.5.4-Linux-x86_64.sh && \
100+
bash Miniconda3-4.5.4-Linux-x86_64.sh -b -p /usr/local/miniconda && \
101+
rm Miniconda3-4.5.4-Linux-x86_64.sh
102102

103103
ENV PATH=/usr/local/miniconda/bin:$PATH \
104104
LANG=C.UTF-8 \

0 commit comments

Comments
 (0)