We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6e1aa commit c306f35Copy full SHA for c306f35
Dockerfile
@@ -96,7 +96,7 @@ RUN mkdir -p /opt/ICA-AROMA && \
96
ENV PATH=/opt/ICA-AROMA:$PATH
97
98
# Installing and setting up miniconda
99
-RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda2-4.5.4-Linux-x86_64.sh && \
+RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-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
102
0 commit comments