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

Update my_spawner.py

parent b444529c
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,32 @@ class MySpawner(KubeSpawner):
'cpu': 'quay.io/jupyter/tensorflow-notebook:tensorflow-2.16.1'
}
}
},
,
{
'display_name': 'Pytorch',
'slug': 'tf',
'image_choice': {
'cuda': 'quay.io/jupyter/pytorch-notebook:cuda12-2024-04-22',
'cpu': 'quay.io/jupyter/pytorch-notebook:2024-04-22'
}
},
{
'display_name': 'Datascience (scipy, Julia, R)',
'default': 'true',
'slug': 'ds',
'kubespawner_override': {
'image': 'quay.io/jupyter/datascience-notebook:2024-04-22'
}
},
{
'display_name': 'Pyspark',
'slug': 'pyspark',
'kubespawner_override': {
'image': 'quay.io/jupyter/pyspark-notebook:2024-04-22'
}
}
]
c.JupyterHub.spawner_class = MySpawner
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