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 03afa5d + 35b4f77 commit fd04f0dCopy full SHA for fd04f0d
Dockerfile
@@ -488,6 +488,12 @@ ADD patches/imagemagick-policy.xml /etc/ImageMagick-6/policy.xml
488
# jupyter tensorboard enable
489
# ADD patches/tensorboard/notebook.py /opt/conda/lib/python3.7/site-packages/tensorboard/notebook.py
490
491
+# Disable unnecessary jupyter extensions
492
+RUN jupyter-nbextension disable nb_conda --py --sys-prefix && \
493
+ jupyter-serverextension disable nb_conda --py --sys-prefix && \
494
+ jupyter-nbextension disable nbpresent --py --sys-prefix && \
495
+ jupyter-serverextension disable nbpresent --py --sys-prefix
496
+
497
# Set backend for matplotlib
498
ENV MPLBACKEND "agg"
499
0 commit comments