Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jun 11, 2024
1 parent 01ce234 commit af0401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af0401b

Please sign in to comment.