Skip to content

Commit 4aa12b2

Browse files
authored
Merge pull request #1163 from poldracklab/chrisfilo-patch-3
[MAINT] Updating core dependencies
2 parents 5b88bce + b52f59b commit 4aa12b2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,22 @@ 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/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
102102

103103
ENV PATH=/usr/local/miniconda/bin:$PATH \
104104
LANG=C.UTF-8 \
105105
LC_ALL=C.UTF-8 \
106106
PYTHONNOUSERSITE=1
107107

108108
# 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 \
113113
matplotlib=2.2.0 \
114-
pandas=0.19.2 \
114+
pandas=0.23.0 \
115115
libxml2=2.9.4 \
116116
libxslt=1.1.29\
117117
traits=4.6.0; sync && \

0 commit comments

Comments
 (0)