File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ jupyterhub:
24
24
# so that they are owned by the user
25
25
- >
26
26
id &&
27
- mkdir -p /home/jovyan/shared-group/CPU_L &&
28
- mkdir -p /home/jovyan/shared-group/GPU_T4 &&
29
27
chown 1000:1000 /home/jovyan /home/jovyan/shared /home/jovyan/shared-public &&
30
28
chown 1000:1000 /home/jovyan/shared-group/* &&
31
29
ls -lhd /home/jovyan
@@ -44,8 +42,11 @@ jupyterhub:
44
42
mountPath : /home/jovyan/shared-public
45
43
subPath : _shared-public
46
44
- name : home
47
- mountPath : /home/jovyan/shared-group
48
- subPath : _shared-group
45
+ mountPath : /home/jovyan/shared-group/CPU_L
46
+ subPath : _shared-group/CPU_L
47
+ - name : home
48
+ mountPath : /home/jovyan/shared-group/GPU_T4
49
+ subPath : _shared-group/GPU_T4
49
50
storage :
50
51
type : null
51
52
@@ -319,7 +320,6 @@ jupyterhub:
319
320
name : home
320
321
mountPath : /home/jovyan/shared-group/GPU_T4
321
322
subPath : _shared-group/GPU_T4
322
-
323
323
Authenticator :
324
324
admin_users : []
325
325
GitHubOAuthenticator :
You can’t perform that action at this time.
0 commit comments