Skip to content

Commit

Permalink
remove container when exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Sep 24, 2024
1 parent a43c0d8 commit f537aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
if network_name:
c.DockerSpawner.network_name = network_name
c.DockerSpawner.use_internal_ip = True
# c.DockerSpawner.remove = True
c.DockerSpawner.remove = True
c.DockerSpawner.debug = True

# Set the JupyterHub IP address and port
Expand Down

0 comments on commit f537aa7

Please sign in to comment.