Skip to content

Commit bf4948e

Browse files
authored
Merge pull request #1802 from manics/manics-patch-1
Fix local-binder-local-hub test
2 parents e7995d6 + 63b8f22 commit bf4948e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/local-binder-local-hub/jupyterhub_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class LocalContainerSpawner(BinderSpawnerMixin, DockerSpawner):
2424

2525
c.JupyterHub.spawner_class = LocalContainerSpawner
2626
c.DockerSpawner.remove = True
27+
c.DockerSpawner.allowed_images = "*"
2728
c.LocalContainerSpawner.cmd = "jupyter-notebook"
2829

2930
c.Application.log_level = "DEBUG"

0 commit comments

Comments
 (0)