Skip to content

Commit

Permalink
feat: port jupyter notebook rocks to 1.7 (#303)
Browse files Browse the repository at this point in the history
Summary of changes:
- Updated spawner UI config with references to published ROCK images.
  • Loading branch information
i-chvets authored Sep 19, 2023
1 parent e2758f6 commit 5d09989
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charms/jupyter-ui/src/spawner_ui_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
spawnerFormDefaults:
image:
# The container Image for the user's Jupyter Notebook
value: kubeflownotebookswg/jupyter-scipy:v1.7.0
value: charmedkubeflow/jupyter-scipy:v1.7.0_20.04_1
# The list of available standard container Images
options:
- kubeflownotebookswg/jupyter-scipy:v1.7.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.7.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.7.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.7.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.7.0
- charmedkubeflow/jupyter-scipy:v1.7.0_20.04_1
- charmedkubeflow/jupyter-pytorch-full:v1.7.0_20.04_1
- charmedkubeflow/jupyter-pytorch-cuda-full:v1.7.0_20.04_1
- charmedkubeflow/jupyter-tensorflow-full:v1.7.0_20.04_1
- charmedkubeflow/jupyter-tensorflow-cuda-full:v1.7.0_20.04_1
- swr.cn-south-1.myhuaweicloud.com/mindspore/jupyter-mindspore:v1.6.1
imageGroupOne:
# The container Image for the user's Group One Server
Expand Down

0 comments on commit 5d09989

Please sign in to comment.