Skip to content

Commit 43bee57

Browse files
authored
Disable nb_conda
Affecting startup latency. BUG=156116184
1 parent 4b8bc76 commit 43bee57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ ADD patches/imagemagick-policy.xml /etc/ImageMagick-6/policy.xml
500500
# Disable unnecessary jupyter extensions
501501
RUN jupyter-nbextension disable nb_conda --py --sys-prefix && \
502502
jupyter-serverextension disable nb_conda --py --sys-prefix && \
503+
python -m nb_conda_kernels.install --disable && \
503504
jupyter-nbextension disable nbpresent --py --sys-prefix && \
504505
jupyter-serverextension disable nbpresent --py --sys-prefix
505506

0 commit comments

Comments
 (0)