From d851a49361e06de1d1cf8106af39ce6c330b0236 Mon Sep 17 00:00:00 2001 From: Jonathan Calderon Chavez Date: Mon, 15 Apr 2024 22:51:41 +0000 Subject: [PATCH] add comment --- Dockerfile.tmpl | 1 + 1 file changed, 1 insertion(+) 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 \