Skip to content

Commit

Permalink
jax version
Browse files Browse the repository at this point in the history
  • Loading branch information
syrkis committed Jun 15, 2024
1 parent 939ee6b commit 18ade65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN python3.11 -m pip install -r requirements.txt

# Install JAX with CUDA support. HPC is on CUDA 11, and JAX 0.2.25 is the latest version for that
RUN python3.11 -m pip install --upgrade \
"jax[cuda11_pip]==0.4.10" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html \
"jax[cuda11_pip]==0.4.20" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html \
optax

# Set the environment variables
Expand Down

0 comments on commit 18ade65

Please sign in to comment.