Skip to content
Snippets Groups Projects
Commit bcbbb7d3 authored by calrama's avatar calrama
Browse files

[jupyterhub] misc

parent 6bfeccb2
No related branches found
No related tags found
No related merge requests found
Pipeline #31705 passed
...@@ -83,5 +83,5 @@ RUN mkdir -p /usr/local/venv && \ ...@@ -83,5 +83,5 @@ RUN mkdir -p /usr/local/venv && \
RUN chmod -x /etc/update-motd.d/* RUN chmod -x /etc/update-motd.d/*
WORKDIR "/" WORKDIR "/root"
CMD [ "jupyterhub-singleuser" ] CMD [ "jupyterhub-singleuser" ]
c.NotebookApp.allow_root = True c.NotebookApp.allow_root = True
c.NotebookApp.terminado_settings = {"shell_command": ["/bin/bash", "-l"]} c.NotebookApp.terminado_settings = {"shell_command": ["/bin/bash", "-l"]}
c.MultiKernelManager.default_kernel_name = "default" c.MultiKernelManager.default_kernel_name = "default"
c.NotebookApp.notebook_dir = "/root" c.NotebookApp.notebook_dir = "/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment