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

Update my_spawner.py

parent 4f8cd3c3
No related branches found
No related tags found
No related merge requests found
Pipeline #30197 passed
......@@ -76,7 +76,14 @@ class MySpawner(KubeSpawner):
'display_name': 'Stack Minimal + Desktop GUI + Relion',
'kubespawner_override': {
'image_spec': 'localhost:30081/prp/jupyter-stack/relion-desktop',
# 'cmd': ['/bin/bash', '-c', '/home/jovyan/shared/.software/prog-desktop.sh || true'],
lifecycle_hooks:
postStart:
exec:
command:
- "sh"
- "-c"
- >
/home/jovyan/shared/.software/prog-desktop.sh || true;
}
},
{
......
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