Mohammad Nazeeruddin
10/26/2021, 11:13 AM- name: "example-user-code-3"
image:
repository: "dagsterimage/user-code-example-v37"
tag: "latest"
pullPolicy: Always
dagsterApiGrpcArgs:
- "--python-file"
- "/home/orchestrator/system/system.py" < EFS mounted path >
port: 3030
But i am not able to access repos. getting this error : FileNotFoundError: [Errno 2] No such file or directory: '/home/orchestrator/system/system.py
Can we access user-code-deployment repos from efs location if i configured this efs path like above sample code.daniel
10/26/2021, 2:13 PMMohammad Nazeeruddin
10/26/2021, 5:20 PMdaniel
10/26/2021, 5:31 PMMohammad Nazeeruddin
10/27/2021, 5:41 AM