From eecff289f4eb16e61688e1ca047d084d1f1e82be Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 17 Sep 2020 17:23:23 +0200 Subject: [PATCH] [jupyterhub] fix --- jupyterhub/base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile index ae9492b..ee59097 100755 --- a/jupyterhub/base/Dockerfile +++ b/jupyterhub/base/Dockerfile @@ -26,8 +26,8 @@ ENV XDG_DATA_HOME=/usr/local/share ENV IPYTHONDIR=/usr/local/etc/ipython ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter COPY jupyter_notebook_config.py ${JUPYTER_CONFIG_DIR}/ -ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings -ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces +ENV JUPYTERLAB_SETTINGS_DIR=$HOME/.config/jupyter/lab/user-settings +ENV JUPYTERLAB_WORKSPACES_DIR=$HOME/.config/jupyter/lab/workspaces RUN python${PYTHON_VERSION} -m pip install \ jupyterlab \ -- GitLab