Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
reverted jax version change
  • Loading branch information
elvinpoole authored Mar 15, 2024
1 parent 5f1b6be commit 7ea799c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ RUN pip install "ceci>=1.17" \
"pz-rail-pipelines==0.1.0" \
"pz-rail-pzflow==0.0.1" \
"pz-rail-sklearn==0.0.1" \
"pz-rail-som==0.0.2" \
"jax==0.4.19" \
"jaxlib==0.4.19"
"pz-rail-som==0.0.2"

# Force a version of qp that is on pypi but not yet conda
RUN mamba uninstall --force qp && pip install qp-prob==0.8.5
Expand Down

0 comments on commit 7ea799c

Please sign in to comment.