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 26452a9 commit 26c4dd8Copy full SHA for 26c4dd8
Dockerfile
@@ -423,7 +423,7 @@ RUN pip install flashtext && \
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 && \
+ pip install ipympl==0.7.0 && \
427
/tmp/clean-layer.sh
428
429
# Download base easyocr models.
0 commit comments