Skip to content

Commit

Permalink
now tell dev version to use new mpi version
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jun 12, 2024
1 parent 0f7c3d2 commit 5685d51
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 @@ -22,7 +22,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=4.0.*=external_*/' environment-nopip.yml > environment-nopip2.yml \
&& sed 's/mpich=.*/mpich=${TX_MPI_VERSION}=external_*/' environment-nopip.yml > environment-nopip2.yml \
&& echo "INSTALLING NO-PIP" \
&& echo "FILE 1" \
&& cat environment-nopip2.yml \
Expand Down

0 comments on commit 5685d51

Please sign in to comment.