Skip to content

Commit c306f35

Browse files
authored
FIX: Miniconda 3
1 parent 7f6e1aa commit c306f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ 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/Miniconda2-4.5.4-Linux-x86_64.sh && \
99+
RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh && \
100100
bash Miniconda3-4.5.4-Linux-x86_64.sh -b -p /usr/local/miniconda && \
101101
rm Miniconda3-4.5.4-Linux-x86_64.sh
102102

0 commit comments

Comments
 (0)