We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794c5f3 commit 81ce7c3Copy full SHA for 81ce7c3
1 file changed
tutorial/jupyterhub/jupyterhub_config.py
@@ -7,6 +7,7 @@
7
# ------------------------------------------------------------------------------
8
c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
9
c.DockerSpawner.image = "ghcr.io/psal-postech/torchsim-tutorial:ispass2026"
10
+c.DockerSpawner.environment = {'SHELL': '/bin/bash'}
11
12
# Resource limit
13
c.DockerSpawner.mem_limit = '32G'
0 commit comments