Skip to content

Commit 5246382

Browse files
authored
Upgrade JAX on CPU image to match GPU image. (#1047)
1 parent 08e5a8a commit 5246382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ RUN pip install flashtext && \
409409
pip install pycrypto && \
410410
pip install easyocr && \
411411
# Keep JAX version in sync with GPU image.
412-
pip install jax==0.2.12 jaxlib==0.1.64 && \
412+
pip install jax==0.2.16 jaxlib==0.1.68 && \
413413
# ipympl adds interactive widget support for matplotlib
414414
pip install ipympl==0.7.0 && \
415415
pip install pandarallel && \

0 commit comments

Comments
 (0)