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.
1 parent 7e3c7a2 commit 882546eCopy full SHA for 882546e
gpu.Dockerfile
@@ -78,8 +78,8 @@ RUN pip uninstall -y lightgbm && \
78
/tmp/clean-layer.sh
79
80
# 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
+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 && \
+ /tmp/clean-layer.sh
83
84
# Reinstall packages with a separate version for GPU support.
85
RUN pip uninstall -y tensorflow && \
0 commit comments