Skip to content

Commit a4b4d67

Browse files
committed
Update the mount path in app config to avoid being overriden by EFS
**Description** As titled **Motivation** In the example app config we're using the same path for EFS mount so the kernel specs under this folder will get overriden by EFS. **Testing Done** Successfully launched a scala app after the app image config
1 parent 1323260 commit a4b4d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/scala-image/app-image-config-input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
}
99
],
1010
"FileSystemConfig": {
11-
"MountPath": "/home/jovyan",
11+
"MountPath": "/home/jovyan/work",
1212
"DefaultUid": 1000,
1313
"DefaultGid": 100
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)