Skip to content

Commit

Permalink
try mpi4py with pip instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 23, 2024
1 parent 77ce453 commit 0b2792a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T
&& cd .. \
&& rm -rf TXPipe \
&& pip uninstall -y jaxlib \
&& mamba install -y --force-reinstall -c conda-forge jaxlib=0.4.23
&& mamba install -y --force-reinstall -c conda-forge jaxlib=0.4.23 \
&& conda remove --force mpi4py \
&& pip install mpi4py

# ^^ conda insists on uninstalling and reinstalling an incorrect jaxlib version

Expand Down

0 comments on commit 0b2792a

Please sign in to comment.