Skip to content

Commit 7c81f25

Browse files
committed
chore(deps): more flexible pinning at conda install
1 parent 834e6b2 commit 7c81f25

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
@@ -80,20 +80,20 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \
8080
PYTHONNOUSERSITE=1
8181

8282
# 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 \
83+
RUN conda install -y python=3.7 \
84+
graphviz=2.40 \
85+
libxml2=2.9 \
86+
libxslt=1.1 \
87+
matplotlib=2.2 \
8888
mkl-service \
8989
mkl \
9090
numpy=1.19 \
9191
pip=20.3 \
9292
scikit-learn=0.19 \
9393
scipy=1.5 \
94-
setuptools=44.0.0 \
95-
setuptools_scm=3.4 \
96-
toml=0.10 \
94+
setuptools \
95+
setuptools_scm \
96+
toml \
9797
traits=4.6 \
9898
zlib; sync && \
9999
chmod -R a+rX /usr/local/miniconda; sync && \

0 commit comments

Comments
 (0)