Skip to content

Commit

Permalink
Upgrade JAX to 0.2.6
Browse files Browse the repository at this point in the history
https://b/174243372
  • Loading branch information
rosbo committed Nov 25, 2020
1 parent 0abb426 commit 4919b8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ RUN pip uninstall -y lightgbm && \
/tmp/clean-layer.sh

# Install JAX
# b/154150582#comment9: JAX 0.1.63 with jaxlib 0.1.43 is causing the GPU tests to hang.
ENV JAX_VERSION=0.1.62
ENV JAXLIB_VERSION=0.1.41
ENV JAX_VERSION=0.2.6
ENV JAXLIB_VERSION=0.1.57
ENV JAX_PYTHON_VERSION=cp37
ENV JAX_CUDA_VERSION=cuda$CUDA_MAJOR_VERSION$CUDA_MINOR_VERSION
ENV JAX_PLATFORM=linux_x86_64
Expand Down

0 comments on commit 4919b8d

Please sign in to comment.