Skip to content

Commit

Permalink
local test: DockerSpawner CVE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Dec 7, 2023
1 parent e7995d6 commit 63b8f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/local-binder-local-hub/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class LocalContainerSpawner(BinderSpawnerMixin, DockerSpawner):

c.JupyterHub.spawner_class = LocalContainerSpawner
c.DockerSpawner.remove = True
c.DockerSpawner.allowed_images = "*"
c.LocalContainerSpawner.cmd = "jupyter-notebook"

c.Application.log_level = "DEBUG"
Expand Down

0 comments on commit 63b8f22

Please sign in to comment.