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 759f7bb commit 7f6e1aaCopy full SHA for 7f6e1aa
Dockerfile
@@ -96,9 +96,9 @@ 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/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
+RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda2-4.5.4-Linux-x86_64.sh && \
+ bash Miniconda3-4.5.4-Linux-x86_64.sh -b -p /usr/local/miniconda && \
+ rm Miniconda3-4.5.4-Linux-x86_64.sh
102
103
ENV PATH=/usr/local/miniconda/bin:$PATH \
104
LANG=C.UTF-8 \
0 commit comments