From af0401ba379ffbf487f1befee05e93d482b2bc83 Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Tue, 11 Jun 2024 15:30:12 +0100 Subject: [PATCH] syntax fix --- txpipe-dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index 91987fb..a1af12b 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -46,7 +46,7 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T && cd TXPipe \ && sed 's/mpich=.*/mpich=4.0.*=external_*/' environment-nopip.yml > environment-nopip2.yml \ && cat environment-nopip2.yml \ - && mamba env create --name tx python=3.12 environment-nopip2.yml --file ../conda-extras.yml \ + && mamba env create --name tx python=3.12 --file environment-nopip2.yml --file ../conda-extras.yml \ && mamba env update --name tx --file environment-piponly.yml \ && cd .. \ && rm -rf TXPipe