From a2087b5c1ac0c331df4aa52006b36a72a1830ff1 Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Mon, 24 Feb 2025 14:16:08 +0100 Subject: [PATCH] fix --- jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 8684e8f..490ca14 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -1141,7 +1141,7 @@ c.DockerSpawner.notebook_dir = notebook_dir c.DockerSpawner.volumes = {"/cache/jupyterhub/users/{username}": notebook_dir} c.SwarmSpawner.environment = { - 'NB_UID': 8983 + 'NB_UID': 8963 } # Remove containers once they are stopped -- GitLab