Skip to content

Commit 26452a9

Browse files
authored
install ipympl
Adds widget support for matplotlib http://b/185060120
1 parent c79b569 commit 26452a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ RUN pip install flashtext && \
422422
pip install easyocr && \
423423
# Keep JAX version in sync with GPU image.
424424
pip install jax==0.2.12 jaxlib==0.1.64 && \
425+
# ipympl adds interactive widget support for matplotlib
426+
pip install ipympl && \
425427
/tmp/clean-layer.sh
426428

427429
# Download base easyocr models.

0 commit comments

Comments
 (0)