Skip to content

Commit

Permalink
Add explicit mpicc
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Sep 5, 2024
1 parent 658b385 commit ae5b824
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 @@ -51,7 +51,7 @@ RUN git clone https://github.com/LSSTDESC/TXPipe \
&& cd .. \
&& rm -rf firecrown \
&& conda remove --force mpi4py \
&& pip install --no-binary=mpi4py --no-cache-dir mpi4py \
&& MPICC="mpicc " python3 pip install --force-reinstall --no-cache-dir --no-binary=mpi4py mpi4py \
&& mamba clean --all -y \
&& pip cache purge

Expand Down

0 comments on commit ae5b824

Please # to comment.