Skip to content
Snippets Groups Projects
Commit efadadbc authored by Dung Vu's avatar Dung Vu
Browse files

Update my_spawner.py

parent 40a9ec02
No related merge requests found
Pipeline #30204 passed
...@@ -79,15 +79,15 @@ class MySpawner(KubeSpawner): ...@@ -79,15 +79,15 @@ class MySpawner(KubeSpawner):
'lifecycle_hooks': { 'lifecycle_hooks': {
'postStart': { 'postStart': {
'exec': { 'exec': {
'command': {[ 'command': {
'sh', 'sh',
'-c', '-c',
'/home/jovyan/shared/.software/prog-desktop.sh || true', '/home/jovyan/shared/.software/prog-desktop.sh || true',
]}, }
}, }
}, }
}, }
}, }
}, },
{ {
'display_name': 'Stack Datascience', 'display_name': 'Stack Datascience',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment