File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -96,22 +96,22 @@ RUN mkdir -p /opt/ICA-AROMA && \
96
96
ENV PATH=/opt/ICA-AROMA:$PATH
97
97
98
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
99
+ 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
102
103
103
ENV PATH=/usr/local/miniconda/bin:$PATH \
104
104
LANG=C.UTF-8 \
105
105
LC_ALL=C.UTF-8 \
106
106
PYTHONNOUSERSITE=1
107
107
108
108
# Installing precomputed python packages
109
- RUN conda install -y mkl=2017 .0.1 mkl-service; sync &&\
110
- conda install -y numpy=1.12.0 \
111
- scipy=0.18.1 \
112
- scikit-learn=0.18 .1 \
109
+ RUN conda install -y mkl=2018 .0.3 mkl-service; sync &&\
110
+ conda install -y numpy=1.14.3 \
111
+ scipy=1.1.0 \
112
+ scikit-learn=0.19 .1 \
113
113
matplotlib=2.2.0 \
114
- pandas=0.19.2 \
114
+ pandas=0.23.0 \
115
115
libxml2=2.9.4 \
116
116
libxslt=1.1.29\
117
117
traits=4.6.0; sync && \
You can’t perform that action at this time.
0 commit comments