From e74ddeb985d325ab15e01f6dc3f2209d14bdf226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Wed, 10 Jul 2024 16:45:09 +0000 Subject: [PATCH] Update single-user image to EGI version (datascience notebook 2024-07-02) --- cesnet-central/deployments/fullhub.yaml | 6 +++--- testing/deployments/hub.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 6d159a3..eef772b 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -65,8 +65,8 @@ singleuser: guarantee: .02 defaultUrl: "/lab" image: - name: valtri/single-user - tag: "jupyter-4e-noncollab" + name: eginotebooks/single-user + tag: "sha-b94a3ef" profileList: - display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice) description: > @@ -75,7 +75,7 @@ singleuser: kubespawner_override: args: - "--CondaKernelSpecManager.env_filter='/opt/conda$'" - image: "valtri/single-user:jupyter-4e-noncollab" + image: "eginotebooks/single-user:sha-b94a3ef" - display_name: Small Environment - 2 vCPU / 4 GB RAM (collaboratice) description: > The notebook environment includes Python, R, Julia and Octave kernels. Collaborative. diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 0d0be97..47e0d6f 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -66,8 +66,8 @@ singleuser: guarantee: .2 defaultUrl: "/lab" image: - name: valtri/single-user - tag: "jupyter-4e-noncollab" + name: eginotebooks/single-user + tag: "sha-b94a3ef" profileList: - display_name: Small Environment - 2 vCPU / 4 GB RAM description: > -- GitLab