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
I'm using FrameworkProcessor from the SageMaker Python SDK for a ProcessingStep in my SageMaker pipeline. When running the pipeline from a Jupyter notebook in SageMaker Studio, I'm getting the following error:
2023-11-25T19:16:07.921+05:30Copy File "/opt/ml/processing/input/entrypoint/runproc.sh", line 3
cd /opt/ml/processing/input/code/ ^
2023-11-25T19:16:07.921+05:30CopySyntaxError: invalid syntax
This is from the script runproc.sh, which is generated by FrameworkProcessor. It looks like the script is trying to go to the directory "/opt/ml/processing/input/code/" to find the entrypoint python file to run for the processing but can't find the file. Here is my Python code for my pipeline:
I would appreciate any help with this. I found an issue regarding the broken integration between FrameworkProcessor and ProcessingStep (#2909). Is it related?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using FrameworkProcessor from the SageMaker Python SDK for a ProcessingStep in my SageMaker pipeline. When running the pipeline from a Jupyter notebook in SageMaker Studio, I'm getting the following error:
This is from the script runproc.sh, which is generated by FrameworkProcessor. It looks like the script is trying to go to the directory "/opt/ml/processing/input/code/" to find the entrypoint python file to run for the processing but can't find the file. Here is my Python code for my pipeline:
I would appreciate any help with this. I found an issue regarding the broken integration between FrameworkProcessor and ProcessingStep (#2909). Is it related?
The text was updated successfully, but these errors were encountered: