Skip to content

Commit

Permalink
Merge pull request #4456 from GeorgianaElena/neuro
Browse files Browse the repository at this point in the history
[neurohackademy] Add missing unlisted choice option
  • Loading branch information
GeorgianaElena authored Jul 19, 2024
2 parents c9c7605 + 4fd2922 commit a111e05
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/clusters/2i2c-aws-us/neurohackademy.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,20 @@ jupyterhub:
2i2c.org/community: neurohackademy
extra_resource_limits:
nvidia.com/gpu: "1"
- display_name: "Bring your own image"
description: Specify your own docker image (must have python and jupyterhub installed in it)
slug: custom
profile_options:
image:
display_name: Image
unlisted_choice:
enabled: True
display_name: "Custom image"
validation_regex: "^.+:.+$"
validation_message: "Must be a publicly available docker image, of form <image-name>:<tag>"
kubespawner_override:
image: "{value}"
choices: {}
hub:
config:
JupyterHub:
Expand Down

0 comments on commit a111e05

Please sign in to comment.