Skip to content

Commit 882546e

Browse files
authored
Upgrade JAX to 0.2.16 (#1039)
1 parent 7e3c7a2 commit 882546e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpu.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ RUN pip uninstall -y lightgbm && \
7878
/tmp/clean-layer.sh
7979

8080
# Install JAX (Keep JAX version in sync with CPU image)
81-
RUN pip install jax==0.2.12 jaxlib==0.1.64+cuda$CUDA_MAJOR_VERSION$CUDA_MINOR_VERSION -f https://storage.googleapis.com/jax-releases/jax_releases.html && \
82-
/tmp/clean-layer.sh
81+
RUN pip install jax==0.2.16 jaxlib==0.1.68+cuda$CUDA_MAJOR_VERSION$CUDA_MINOR_VERSION -f https://storage.googleapis.com/jax-releases/jax_releases.html && \
82+
/tmp/clean-layer.sh
8383

8484
# Reinstall packages with a separate version for GPU support.
8585
RUN pip uninstall -y tensorflow && \

0 commit comments

Comments
 (0)