Skip to content

Commit 26c4dd8

Browse files
authored
Pin ipympl
Version needs to match the version installed statically in the editor. https://github.com/matplotlib/ipympl#install-an-old-jupyterlab-extension
1 parent 26452a9 commit 26c4dd8

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
@@ -423,7 +423,7 @@ RUN pip install flashtext && \
423423
# Keep JAX version in sync with GPU image.
424424
pip install jax==0.2.12 jaxlib==0.1.64 && \
425425
# ipympl adds interactive widget support for matplotlib
426-
pip install ipympl && \
426+
pip install ipympl==0.7.0 && \
427427
/tmp/clean-layer.sh
428428

429429
# Download base easyocr models.

0 commit comments

Comments
 (0)