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 c79b569 commit 26452a9Copy full SHA for 26452a9
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 && \
427
/tmp/clean-layer.sh
428
429
# Download base easyocr models.
0 commit comments