From bcbbb7d36b6f65a6e36bd92da1d346a6f0b7da12 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 17 Sep 2020 16:33:57 +0200 Subject: [PATCH] [jupyterhub] misc --- jupyterhub/base/Dockerfile | 2 +- jupyterhub/base/jupyter_notebook_config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile index e306547..6eab4a8 100755 --- a/jupyterhub/base/Dockerfile +++ b/jupyterhub/base/Dockerfile @@ -83,5 +83,5 @@ RUN mkdir -p /usr/local/venv && \ RUN chmod -x /etc/update-motd.d/* -WORKDIR "/" +WORKDIR "/root" CMD [ "jupyterhub-singleuser" ] diff --git a/jupyterhub/base/jupyter_notebook_config.py b/jupyterhub/base/jupyter_notebook_config.py index 3a2a847..1578b97 100755 --- a/jupyterhub/base/jupyter_notebook_config.py +++ b/jupyterhub/base/jupyter_notebook_config.py @@ -1,4 +1,4 @@ c.NotebookApp.allow_root = True c.NotebookApp.terminado_settings = {"shell_command": ["/bin/bash", "-l"]} c.MultiKernelManager.default_kernel_name = "default" -c.NotebookApp.notebook_dir = "/root" +c.NotebookApp.notebook_dir = "/" -- GitLab