From 246546c030d3c41e6dcf695dc4c93170a916be8d Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Thu, 18 Jul 2024 15:05:20 +0100 Subject: [PATCH] force reinstall of jaxlib --- txpipe-dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index dd23fae..576c1e2 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -47,7 +47,7 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T && cd .. \ && rm -rf TXPipe \ && pip uninstall -y jaxlib \ - && mamba install -y -c conda-forge jaxlib=0.4.23 + && mamba install -y --force-reinstall -c conda-forge jaxlib=0.4.23 # ^^ conda insists on uninstalling and reinstalling an incorrect jaxlib version