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:
2424 # so that they are owned by the user
2525 - >
2626 id &&
27- mkdir -p /home/jovyan/shared-group/CPU_L &&
28- mkdir -p /home/jovyan/shared-group/GPU_T4 &&
2927 chown 1000:1000 /home/jovyan /home/jovyan/shared /home/jovyan/shared-public &&
3028 chown 1000:1000 /home/jovyan/shared-group/* &&
3129 ls -lhd /home/jovyan
@@ -44,8 +42,11 @@ jupyterhub:
4442 mountPath : /home/jovyan/shared-public
4543 subPath : _shared-public
4644 - 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
4950 storage :
5051 type : null
5152
@@ -319,7 +320,6 @@ jupyterhub:
319320 name : home
320321 mountPath : /home/jovyan/shared-group/GPU_T4
321322 subPath : _shared-group/GPU_T4
322-
323323 Authenticator :
324324 admin_users : []
325325 GitHubOAuthenticator :
You can’t perform that action at this time.
0 commit comments