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 834e6b2 commit 7c81f25Copy full SHA for 7c81f25
Dockerfile
@@ -80,20 +80,20 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \
80
PYTHONNOUSERSITE=1
81
82
# Installing precomputed python packages
83
-RUN conda install -y python=3.7.1 \
84
- graphviz=2.40.1 \
85
- libxml2=2.9.8 \
86
- libxslt=1.1.32 \
87
- matplotlib=2.2.2 \
+RUN conda install -y python=3.7 \
+ graphviz=2.40 \
+ libxml2=2.9 \
+ libxslt=1.1 \
+ matplotlib=2.2 \
88
mkl-service \
89
mkl \
90
numpy=1.19 \
91
pip=20.3 \
92
scikit-learn=0.19 \
93
scipy=1.5 \
94
- setuptools=44.0.0 \
95
- setuptools_scm=3.4 \
96
- toml=0.10 \
+ setuptools \
+ setuptools_scm \
+ toml \
97
traits=4.6 \
98
zlib; sync && \
99
chmod -R a+rX /usr/local/miniconda; sync && \
0 commit comments