diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 275750c4..3489e7c3 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -266,9 +266,9 @@ RUN pip install opencv-contrib-python opencv-python && \ /tmp/clean-layer.sh # Pin scipy until we update JAX b/335003097 -RUN pip install scipy==1.12.0 \ +RUN pip install "scipy==1.12.0" \ # Scikit-learn accelerated library for x86 - scikit-learn-intelex>=2023.0.1 \ + "scikit-learn-intelex>=2023.0.1" \ # HDF5 support h5py \ # PUDB, for local debugging convenience