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 5b88bce commit 759f7bbCopy full SHA for 759f7bb
Dockerfile
@@ -106,10 +106,10 @@ ENV PATH=/usr/local/miniconda/bin:$PATH \
106
PYTHONNOUSERSITE=1
107
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 \
+RUN conda install -y mkl=2018.0.3 mkl-service; sync &&\
+ conda install -y numpy=1.14.3 \
+ scipy=1.1.0 \
+ scikit-learn=0.19.1 \
113
matplotlib=2.2.0 \
114
pandas=0.19.2 \
115
libxml2=2.9.4 \
0 commit comments