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 c79b569 + 26c4dd8 commit e70e239Copy full SHA for e70e239
Dockerfile
@@ -422,6 +422,8 @@ RUN pip install flashtext && \
422
pip install easyocr && \
423
# Keep JAX version in sync with GPU image.
424
pip install jax==0.2.12 jaxlib==0.1.64 && \
425
+ # ipympl adds interactive widget support for matplotlib
426
+ pip install ipympl==0.7.0 && \
427
/tmp/clean-layer.sh
428
429
# Download base easyocr models.
0 commit comments