From efb642f834d8cc108f3b27a30d50a0dcbbe6a620 Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Tue, 23 Jul 2024 18:23:40 +0100 Subject: [PATCH] restore mpich --- txpipe-base/Dockerfile | 1 - txpipe-dev/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/txpipe-base/Dockerfile b/txpipe-base/Dockerfile index f4a105e..6dae35e 100644 --- a/txpipe-base/Dockerfile +++ b/txpipe-base/Dockerfile @@ -26,4 +26,3 @@ RUN apt-get update -y \ && make install \ && rm -rf /opt/mpich \ && apt-get remove --purge -y gcc gfortran - diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index 045469e..8aaf904 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -29,7 +29,6 @@ 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 '/mpich/d' environment-nopip.yml > environment-nopip2.yml \ && echo cat environment-nopip2.yml \ && cat environment-nopip2.yml \ && echo cat ../conda-extras.yml \