Skip to content

Commit

Permalink
just install mpi4py with no binary
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 23, 2024
1 parent 465eba5 commit e652e1b
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 @@ -44,7 +44,7 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T
&& pip uninstall -y jaxlib \
&& mamba install -y --force-reinstall -c conda-forge jaxlib=0.4.23 \
&& conda remove --force mpi4py \
&& pip install --no-binary --no-cache mpi4py
&& pip install --no-binary=mpi4py --no-cache-dir mpi4py

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

Expand Down

0 comments on commit e652e1b

Please sign in to comment.