From d9d50d89a7e2e441fb39cd43cd240a9da72e4a33 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, 16 Feb 2024 15:22:12 +0000
Subject: [PATCH] demo: enable GPU flavour (won't run though)

---
 demo/deployments/hub.yaml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/demo/deployments/hub.yaml b/demo/deployments/hub.yaml
index 2b5be10..008c340 100644
--- a/demo/deployments/hub.yaml
+++ b/demo/deployments/hub.yaml
@@ -71,20 +71,20 @@ singleuser:
         cpu_limit: 4
         mem_guarantee: 1G
         mem_limit: 8G
-    # - display_name: Large Environment - 8 vCPU / 16 GB RAM / GPU
-    #   description: >
-    #     The notebook environment includes Python, R, Julia and Octave kernels with GPU.
-    #   kubespawner_override:
-    #     args:
-    #       - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
-    #     cpu_guarantee: 0.8
-    #     cpu_limit: 8
-    #     mem_guarantee: 2G
-    #     mem_limit: 16G
-    #     extra_resource_guarantees:
-    #       nvidia.com/gpu: 1
-    #     extra_resource_limits:
-    #       nvidia.com/gpu: 1
+    - display_name: Large Environment - 8 vCPU / 16 GB RAM / GPU
+      description: >
+        The notebook environment includes Python, R, Julia and Octave kernels with GPU.
+      kubespawner_override:
+        args:
+          - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
+        cpu_guarantee: 0.8
+        cpu_limit: 8
+        mem_guarantee: 2G
+        mem_limit: 16G
+        extra_resource_guarantees:
+          nvidia.com/gpu: 1
+        extra_resource_limits:
+          nvidia.com/gpu: 1
 
 hub:
   # services:
-- 
GitLab