Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jupyterhub:
enabled: true
singleuser:
defaultUrl: "/lab"
startTimeout: 3600 # large images + GPUs take up to 15 minutes to provision
extraEnv:
JUPYERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
image:
Expand Down Expand Up @@ -65,6 +66,15 @@ jupyterhub:
http_timeout: 3600
image_pull_policy: "Always"
cmd: "/usr/local/bin/entrypoint.sh"
- display_name: "Hugging Face + Tensorflow (GPU)"
description: "Hugging Face and Tensorflow with GPU."
kubespawner_override:
image: "ghcr.io/gohypergiant/hypergiant-jupyter:gpu-huggingface-tensorflow"
http_timeout: 3600
image_pull_policy: "Always"
cmd: "/usr/local/bin/entrypoint.sh"
extra_resource_limits:
nvidia.com/gpu: "1"

hub:
image:
Expand Down