From 0f41f41235f5516cfb7649ee6640634b1f47869b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Fri, 10 May 2024 14:25:16 +0000 Subject: [PATCH] Devel fullhub: choose collab/non-collab image --- cesnet-central/deployments/fullhub.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 1e10459..f9174d6 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -64,13 +64,21 @@ singleuser: name: valtri/single-user tag: "jupyter-4e" profileList: - - display_name: Default EGI environment - 6 GB RAM / 2 core + - display_name: Default EGI environment - 6 GB RAM / 2 core (non-collaborative) description: > The Default notebook environment includes Python, R, Julia and Octave kernels default: true kubespawner_override: args: - "--CondaKernelSpecManager.env_filter='/opt/conda$'" + image: "valtri/single-user:jupyter-4e-noncollab" + - display_name: Default EGI environment - 6 GB RAM / 2 core (collaborative) + description: > + The Default notebook environment includes Python, R, Julia and Octave kernels + kubespawner_override: + args: + - "--CondaKernelSpecManager.env_filter='/opt/conda$'" + image: "valtri/single-user:jupyter-4e-collab" hub: # services: -- GitLab