File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed
2024-HPCIC-AWS/JupyterNotebook/aws Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 26
26
tag : " hpcic-2024"
27
27
pullPolicy : Always
28
28
29
+ # Increase the resources for large tutorials
30
+ resources :
31
+ requests :
32
+ cpu : 28
33
+ memory : 96Gi
34
+
29
35
# # https://z2jh.jupyter.org/en/latest/administrator/optimization.html#scaling-up-in-time-user-placeholders
30
36
# scheduling:
31
37
# podPriority:
@@ -61,19 +67,19 @@ singleuser:
61
67
- name : init-myservice
62
68
image : ghcr.io/flux-framework/flux-jupyter-init:hpcic-2024
63
69
command : ["/entrypoint.sh"]
64
- volumeMounts :
65
- - name : flux-tutorial
66
- mountPath : /home/jovyan
70
+ # volumeMounts:
71
+ # - name: flux-tutorial
72
+ # mountPath: /home/jovyan
67
73
68
74
# This is how we get the tutorial files added
69
75
storage :
70
76
type : none
71
77
72
78
# gitRepo volume is deprecated so we need another way
73
79
# https://kubernetes.io/docs/concepts/storage/volumes/#gitrepo
74
- extraVolumes :
75
- - name : flux-tutorial
76
- emptyDir : {}
77
- extraVolumeMounts :
78
- - name : flux-tutorial
79
- mountPath : /home/jovyan
80
+ # extraVolumes:
81
+ # - name: flux-tutorial
82
+ # emptyDir: {}
83
+ # extraVolumeMounts:
84
+ # - name: flux-tutorial
85
+ # mountPath: /home/jovyan
You can’t perform that action at this time.
0 commit comments