From e652e1b327c37a74b787ce8b4b8c32c2d653d2f7 Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Tue, 23 Jul 2024 15:17:56 +0100 Subject: [PATCH] just install mpi4py with no binary --- txpipe-dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index 6e626f8..0019552 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -44,7 +44,7 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T && pip uninstall -y jaxlib \ && mamba install -y --force-reinstall -c conda-forge jaxlib=0.4.23 \ && conda remove --force mpi4py \ - && pip install --no-binary --no-cache mpi4py + && pip install --no-binary=mpi4py --no-cache-dir mpi4py # ^^ conda insists on uninstalling and reinstalling an incorrect jaxlib version