You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying Sagemaker Local Mode
One step of the pipeline (inference) fails quoting Failure message is: PermissionError: [Errno 13] Permission denied 'filename.json. The step is expected to create a few json files. Note that the directory /opt/ml/processing/output was not automatically created and had to be created manually inside the script. After the step fails, I crosschecked, the json files have been uploaded to the s3. I also confirmed, the json files have 777 permission.
Not sure what kind of permission is being denied here. Is it the one to copy the files locally to some place, or something related to aws (though I feel I have given all permissions)
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Trying Sagemaker Local Mode
One step of the pipeline (inference) fails quoting
Failure message is: PermissionError: [Errno 13] Permission denied 'filename.json
. The step is expected to create a few json files. Note that the directory/opt/ml/processing/output
was not automatically created and had to be created manually inside the script. After the step fails, I crosschecked, the json files have been uploaded to the s3. I also confirmed, the json files have777
permission.To reproduce
Logs
The text was updated successfully, but these errors were encountered: