diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 90d676c..43f1cfa 100755 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -24,6 +24,7 @@ c = get_config() # noqa: F821 # return super().start() # Spawn single-user servers as Docker containers +c.Authenticator.allow_all = True c.JupyterHub.spawner_class = "dockerspawner.DockerSpawner" # Spawn containers from this image