diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 9badd4cc..b4e1759e 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -270,6 +270,7 @@ RUN apt-get install -y libfreetype6-dev && \ 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 \ # Scikit-learn accelerated library for x86 scikit-learn-intelex>=2023.0.1 \