From fcf32d75b6c721c63556f8c2e3e1063b715eb04b Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Wed, 16 Sep 2020 19:09:31 +0200 Subject: [PATCH] [jupyterhub] don't install kernel to user --- jupyterhub/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile index 49f6d78..3fc29c4 100755 --- a/jupyterhub/base/Dockerfile +++ b/jupyterhub/base/Dockerfile @@ -69,7 +69,7 @@ RUN mkdir -p /usr/local/venv && \ sklearn \ 'mxnet-cu101>=1.6.0,<1.7.0' \ && \ - ipython kernel install --user --name=default + ipython kernel install --name=default COPY jupyter_notebook_config.py /etc/jupyter/ ENV JUPYTER_CONFIG_DIR=/etc/jupyter -- GitLab