Skip to content
Snippets Groups Projects
Commit d9d50d89 authored by František Dvořák's avatar František Dvořák
Browse files

demo: enable GPU flavour (won't run though)

parent 19a1f2c4
Branches
No related tags found
No related merge requests found
...@@ -71,20 +71,20 @@ singleuser: ...@@ -71,20 +71,20 @@ singleuser:
cpu_limit: 4 cpu_limit: 4
mem_guarantee: 1G mem_guarantee: 1G
mem_limit: 8G mem_limit: 8G
# - display_name: Large Environment - 8 vCPU / 16 GB RAM / GPU - display_name: Large Environment - 8 vCPU / 16 GB RAM / GPU
# description: > description: >
# The notebook environment includes Python, R, Julia and Octave kernels with GPU. The notebook environment includes Python, R, Julia and Octave kernels with GPU.
# kubespawner_override: kubespawner_override:
# args: args:
# - "--CondaKernelSpecManager.env_filter='/opt/conda$'" - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
# cpu_guarantee: 0.8 cpu_guarantee: 0.8
# cpu_limit: 8 cpu_limit: 8
# mem_guarantee: 2G mem_guarantee: 2G
# mem_limit: 16G mem_limit: 16G
# extra_resource_guarantees: extra_resource_guarantees:
# nvidia.com/gpu: 1 nvidia.com/gpu: 1
# extra_resource_limits: extra_resource_limits:
# nvidia.com/gpu: 1 nvidia.com/gpu: 1
hub: hub:
# services: # services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment