From 49d43e7286af7508424824eb6fa034511c7ed7d3 Mon Sep 17 00:00:00 2001
From: Jonas Waeber <jonas.waeber@unibas.ch>
Date: Thu, 6 Feb 2025 15:11:14 +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 5a8eb33..dd1a624 100644
--- a/jupyterhub_config.py
+++ b/jupyterhub_config.py
@@ -804,7 +804,7 @@ c.JupyterHub.public_url = 'https://jupyterhub.ub.unibas.ch/'
 #    - localprocess: jupyterhub.spawner.LocalProcessSpawner
 #    - simple: jupyterhub.spawner.SimpleLocalProcessSpawner
 #  Default: 'jupyterhub.spawner.LocalProcessSpawner'
-c.JupyterHub.spawner_class = 'jupyterhub.spawner.DockerSpawner'
+c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
 
 ## Path to SSL certificate file for the public facing interface of the proxy
 #  
-- 
GitLab