Hello,
I am creating the pipeline using aws sage maker visual studio editor, I have the input file placed in s3 and pointed to container path "/opt/ml/processing/input". and output also i ma saving into different folder in the same s3. pointing to a container path /opt/ml/processing/output.
And in the entry point i am trying to execute the python script. which is placed in the same s3 bucket in sub folder code/video-to-frame.py in a input folder. Now when i execute the pipeline getting
[FATAL tini (7)] exec 'python' , "./code/video-to-frame.py" failed: No such file or directory
Input :

Output

