From 84d1b96df4a156f26c0752f1317f42ac9772ffa0 Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Tue, 23 Jul 2024 19:18:59 +0100 Subject: [PATCH] restore mpich --- txpipe-dev/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index 8aaf904..9a9c345 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -29,6 +29,7 @@ ENV RAIL_TAG_FOR_DEPENDENCIES=v1.0.0 # follow the RAIL instructions. Instead we put the RAIL deps into the conda-extras.yml RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/TXPipe \ && cd TXPipe \ + && sed 's/mpich=.*/mpich='${TX_MPI_VERSION}'=external_*/' > environment-nopip2.yml \ && echo cat environment-nopip2.yml \ && cat environment-nopip2.yml \ && echo cat ../conda-extras.yml \