From 7ff50c66f1327618634b07bf32e57f8e31c9dcfb Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Fri, 12 Jul 2024 14:37:43 +0200 Subject: [PATCH] typo --- txpipe/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpipe/Dockerfile b/txpipe/Dockerfile index 3a1d9f5..f498c29 100644 --- a/txpipe/Dockerfile +++ b/txpipe/Dockerfile @@ -64,7 +64,7 @@ RUN pip install "ceci>=1.17" \ "pz-rail-sklearn==0.0.1" \ "pz-rail-som==0.0.2" \ "jax==0.4.14" \ - "jax=lib=0.4.14" + "jaxlib=0.4.14" # Force a version of qp that is on pypi but not yet conda RUN mamba uninstall --force qp && pip install qp-prob==0.8.5