Skip to content

Commit

Permalink
Merge pull request #4501 from arokem/neurohackademy_add_mem_to_custom
Browse files Browse the repository at this point in the history
[Neurohackademy] Add RAM to custom image instances.
  • Loading branch information
yuvipanda authored Jul 25, 2024
2 parents 9fa1b4e + d120862 commit bc7692d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/clusters/2i2c-aws-us/neurohackademy.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jupyterhub:
- display_name: "Bring your own image"
description: Specify your own docker image (must have python and jupyterhub installed in it)
slug: custom
kubespawner_override:
cpu_guarantee: 0.5
cpu_limit: 14
mem_guarantee: 4G
mem_limit: 16G
profile_options:
image:
display_name: Image
Expand Down

0 comments on commit bc7692d

Please sign in to comment.