Skip to content

Commit

Permalink
force reinstall of jaxlib
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 18, 2024
1 parent e01d10f commit 246546c
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 @@ -47,7 +47,7 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T
&& cd .. \
&& rm -rf TXPipe \
&& pip uninstall -y jaxlib \
&& mamba install -y -c conda-forge jaxlib=0.4.23
&& mamba install -y --force-reinstall -c conda-forge jaxlib=0.4.23

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

Expand Down

0 comments on commit 246546c

Please sign in to comment.