Skip to content

Commit 5bd5c7c

Browse files
authored
Merge pull request #1255 from Kaggle/upgrade-jax-cuda
Upgrade JAX CUDA
2 parents 2c778df + 8b3de66 commit 5bd5c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ RUN pip install lightgbm==$LIGHTGBM_VERSION && \
149149

150150
# Install JAX
151151
{{ if eq .Accelerator "gpu" }}
152-
RUN pip install "jax[cuda11_cudnn82]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html && \
152+
RUN pip install "jax[cuda11_local]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html && \
153153
/tmp/clean-layer.sh
154154
{{ else }}
155155
RUN pip install jax[cpu] && \

0 commit comments

Comments
 (0)