Skip to content

Commit 81ce7c3

Browse files
committed
[Tutorial] Set default shell as bash
1 parent 794c5f3 commit 81ce7c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tutorial/jupyterhub/jupyterhub_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# ------------------------------------------------------------------------------
88
c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
99
c.DockerSpawner.image = "ghcr.io/psal-postech/torchsim-tutorial:ispass2026"
10+
c.DockerSpawner.environment = {'SHELL': '/bin/bash'}
1011

1112
# Resource limit
1213
c.DockerSpawner.mem_limit = '32G'

0 commit comments

Comments
 (0)