From 2afeb2ff9f76163ca14cae96277564bd895301a2 Mon Sep 17 00:00:00 2001 From: Ivan Chvets Date: Wed, 25 Oct 2023 10:19:50 -0400 Subject: [PATCH] feat: updated notebook images reference --- charms/jupyter-ui/config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charms/jupyter-ui/config.yaml b/charms/jupyter-ui/config.yaml index fb6eca3c..b45a5a2e 100644 --- a/charms/jupyter-ui/config.yaml +++ b/charms/jupyter-ui/config.yaml @@ -22,11 +22,11 @@ options: jupyter-images: type: string default: | - - kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.0 - - kubeflownotebookswg/jupyter-pytorch-full:v1.8.0-rc.0 - - kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0-rc.0 - - kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0-rc.0 - - kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0-rc.0 + - charmedkubeflow/jupyter-scipy:v1.8.0_20.04_1 + - charmedkubeflow/jupyter-pytorch-full:v1.8.0_20.04_1 + - charmedkubeflow/jupyter-pytorch-cuda-full:v1.8.0_20.04_1 + - charmedkubeflow/jupyter-tensorflow-full:v1.8.0_20.04_1 + - charmedkubeflow/jupyter-tensorflow-cuda-full:v1.8.0_20.04_1 description: list of image options for Jupyter Notebook rstudio-images: type: string