From ae70c557f221021feec4ff6fd4fd3c8b9531b9a2 Mon Sep 17 00:00:00 2001 From: Phoevos Kalemkeris Date: Mon, 4 Sep 2023 10:16:06 +0300 Subject: [PATCH] fix: Add scipy to the UI jupyter-images list (#291) Add `kubeflownotebookswg/jupyter-scipy:v1.7.0` to the list of jupyter-images exposed as a configurable option via the jupyter-ui charm. Adding it to the top of the list restores it as the default option. Signed-off-by: Phoevos Kalemkeris --- charms/jupyter-ui/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charms/jupyter-ui/config.yaml b/charms/jupyter-ui/config.yaml index 3299b670..a24c8dcd 100644 --- a/charms/jupyter-ui/config.yaml +++ b/charms/jupyter-ui/config.yaml @@ -22,6 +22,7 @@ options: jupyter-images: type: string default: | + - 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