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

Update my_spawner.py

parent 91a2546e
No related branches found
No related tags found
No related merge requests found
Pipeline #47037 passed
......@@ -129,9 +129,10 @@ class MySpawner(KubeSpawner):
'display_name': 'Datascience (scipy, Julia, R)',
'default': 'true',
'slug': 'ds',
'kubespawner_override': {
'image': 'quay.io/jupyter/datascience-notebook:2024-04-22'
}
'image_choice': {
'cuda': 'quay.io/jupyter/datascience-notebook:2024-04-22'
'cpu': 'quay.io/jupyter/datascience-notebook:2024-04-22'
}
},
{
'display_name': 'Tensorflow',
......
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