Skip to content

Instantly share code, notes, and snippets.

@fifar
Last active June 5, 2020 07:31
Show Gist options
  • Save fifar/de4d02a3e5874bdcdce9de9e6f7162a0 to your computer and use it in GitHub Desktop.
Save fifar/de4d02a3e5874bdcdce9de9e6f7162a0 to your computer and use it in GitHub Desktop.
CPU and GPU profiles in config.yaml
singleuser:
profileList:
- display_name: "Default"
description: |
Tubi Data Runtime
default: True
kubespawner_override:
image: <private-docker-registry>/tubi-data-runtime
extra_resource_limits:
nvidia.com/gpu: "0"
- display_name: "GPU"
description: |
Tubi Data Runtime with GPU Support. 1 GPU ONLY.
kubespawner_override:
image: <private-docker-registry>/tubi-data-runtime-gpu
extra_resource_limits:
nvidia.com/gpu: "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment