From a671b8b992e96121c924866f63549eb0d33f77ba Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Fri, 21 Jul 2023 09:04:22 +0100 Subject: [PATCH] J-Hub: build fix. --- services/jupyter-hub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jupyter-hub/Dockerfile b/services/jupyter-hub/Dockerfile index 41e6d85d..0908c4fb 100644 --- a/services/jupyter-hub/Dockerfile +++ b/services/jupyter-hub/Dockerfile @@ -75,7 +75,7 @@ RUN pip3 install jupyterlab_widgets jupyter_contrib_core jupyter_contrib_nbexten RUN pip3 install jupyterhub-firstuseauthenticator jupyterhub-systemdspawner jupyterhub-jwtauthenticator jupyterhub-client jupyterhub-kerberosauthenticator --ignore-installed PyYAML RUN pip3 install jupyterhub-ldapauthenticator jupyterhub-nanowireauthenticator jupyterhub-kubespawner jupyterhub-idle-culler -RUN python3 -m jupyter contrib nbextension install --sys-prefix +# RUN python3 -m jupyter contrib nbextension install --sys-prefix RUN mkdir -p /home/jovyan/scratch RUN chmod -R 777 /home/jovyan/scratch