We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7995d6 + 63b8f22 commit bf4948eCopy full SHA for bf4948e
testing/local-binder-local-hub/jupyterhub_config.py
@@ -24,6 +24,7 @@ class LocalContainerSpawner(BinderSpawnerMixin, DockerSpawner):
24
25
c.JupyterHub.spawner_class = LocalContainerSpawner
26
c.DockerSpawner.remove = True
27
+c.DockerSpawner.allowed_images = "*"
28
c.LocalContainerSpawner.cmd = "jupyter-notebook"
29
30
c.Application.log_level = "DEBUG"
0 commit comments