File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ RUN pip install flashtext && \
400
400
pip install pycrypto && \
401
401
pip install easyocr && \
402
402
# Keep JAX version in sync with GPU image.
403
- pip install jax==0.2.16 jaxlib==0.1.68 && \
403
+ pip install jax[cpu] ==0.2.19 && \
404
404
# ipympl adds interactive widget support for matplotlib
405
405
pip install ipympl==0.7.0 && \
406
406
pip install pandarallel && \
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN pip uninstall -y lightgbm && \
77
77
/tmp/clean-layer.sh
78
78
79
79
# Install JAX (Keep JAX version in sync with CPU image)
80
- 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 && \
80
+ RUN pip install jax[cuda$CUDA_MAJOR_VERSION$CUDA_MINOR_VERSION] ==0.2.19 -f https://storage.googleapis.com/jax-releases/jax_releases.html && \
81
81
/tmp/clean-layer.sh
82
82
83
83
# Reinstall packages with a separate version for GPU support.
You can’t perform that action at this time.
0 commit comments