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 44fa98f commit 6e3ce69Copy full SHA for 6e3ce69
Dockerfile.tmpl
@@ -266,9 +266,9 @@ RUN pip install opencv-contrib-python opencv-python && \
266
/tmp/clean-layer.sh
267
268
# Pin scipy until we update JAX b/335003097
269
-RUN pip install scipy==1.12.0 \
+RUN pip install "scipy==1.12.0" \
270
# Scikit-learn accelerated library for x86
271
- scikit-learn-intelex>=2023.0.1 \
+ "scikit-learn-intelex>=2023.0.1" \
272
# HDF5 support
273
h5py \
274
# PUDB, for local debugging convenience
0 commit comments