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

[jupyterhub] misc

parent 3f955feb
No related branches found
No related tags found
No related merge requests found
Pipeline #31703 passed
...@@ -47,6 +47,7 @@ ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter ...@@ -47,6 +47,7 @@ ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter
COPY jupyter_notebook_config.py ${JUPYTER_CONFIG_DIR}/ COPY jupyter_notebook_config.py ${JUPYTER_CONFIG_DIR}/
ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings
ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces
ENV XDG_DATA_HOME=/usr/local/share
RUN mkdir -p /usr/local/venv && \ RUN mkdir -p /usr/local/venv && \
python${PYTHON_VERSION} -m venv /usr/local/venv/default && \ python${PYTHON_VERSION} -m venv /usr/local/venv/default && \
......
...@@ -2,4 +2,3 @@ c.NotebookApp.allow_root = True ...@@ -2,4 +2,3 @@ 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 = "/root"
c.Session.debug = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment