We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c778df + 8b3de66 commit 5bd5c7cCopy full SHA for 5bd5c7c
Dockerfile.tmpl
@@ -149,7 +149,7 @@ RUN pip install lightgbm==$LIGHTGBM_VERSION && \
149
150
# Install JAX
151
{{ if eq .Accelerator "gpu" }}
152
-RUN pip install "jax[cuda11_cudnn82]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html && \
+RUN pip install "jax[cuda11_local]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html && \
153
/tmp/clean-layer.sh
154
{{ else }}
155
RUN pip install jax[cpu] && \
0 commit comments