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

Update my_spawner.py

parent 7138eed1
No related branches found
No related tags found
No related merge requests found
Pipeline #35276 passed
......@@ -294,7 +294,7 @@ class MySpawner(KubeSpawner):
},
{
'display_name': 'JoungSu-Stack SageMath',
'display_name': 'YoungSu-Stack SageMath',
'kubespawner_override': {
'image': 'gitlab-registry.nrp-nautilus.io/youngsu_kim/csusb-jupyter-stack/stack-sagemath',
'imagePullPolicy': 'IfNotPresent',
......@@ -310,10 +310,10 @@ class MySpawner(KubeSpawner):
}
},
{
'display_name': 'CSUSB Minimal',
'display_name': 'CSUSB Base',
'kubespawner_override': {
# 'image': 'gitlab-registry.nrp-nautilus.io/prp/jupyter-stack/r-studio',
'image': 'gitlab-registry.nrp-nautilus.io/csusb-prp/csusb-jupyter-stacks/minimal',
'image': 'gitlab-registry.nrp-nautilus.io/csusb-prp/csusb-jupyter-stacks/base',
'imagePullPolicy': 'IfNotPresent',
# 'image': 'gitlab-registry.nrp-nautilus.io/csusb-prp/csusb-jupyter-stacks/r-studio:latest',
}
......
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