Tekknoman commited on
Commit
8140a1e
·
1 Parent(s): 44b3565

Update jupyterhub_config.py

Browse files
Files changed (1) hide show
  1. jupyterhub_config.py +3 -1
jupyterhub_config.py CHANGED
@@ -6,4 +6,6 @@ c.OAuthenticator.client_id = os.environ['CLIENT_ID']
6
  c.OAuthenticator.client_secret = os.environ['CLIENT_SECRET']
7
 
8
  c.Authenticator.allowed_users = {'EloiMusk', 'slowlorizz'}
9
- c.Authenticator.admin_users = {'EloiMusk'}
 
 
 
6
  c.OAuthenticator.client_secret = os.environ['CLIENT_SECRET']
7
 
8
  c.Authenticator.allowed_users = {'EloiMusk', 'slowlorizz'}
9
+ c.Authenticator.admin_users = {'EloiMusk'}
10
+
11
+ c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'