From fb4478d4449ba903b54a24f5b7da72687bb98d2f Mon Sep 17 00:00:00 2001 From: hotwa Date: Thu, 22 Feb 2024 16:56:08 +0800 Subject: [PATCH] add id_rsa github --- jupyterhub_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 0c347e9..0b4b44b 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -35,7 +35,8 @@ c.DockerSpawner.notebook_dir = notebook_dir # notebook directory in the container c.DockerSpawner.volumes = { "jupyterhub-user-{username}": notebook_dir, - "/mnt/mydrive": "/home/jovyan/work/mydrive" + "/mnt/mydrive": "/home/jovyan/work/mydrive", + "/mnt/mydrive/project/docker-jupyterhub/id_rsa": "/home/jovyan/.ssh/id_rsa", }