Permission denied - docker submission

Hi,
I got this error running a docker submission.
‘’’
[0 more lines]
/scripts-3026-35963/step_script: line 174: /random-baseline-subtask-1.py: Permission denied
‘’’
What does this meaning?
Thanks
Best

To me, it looks like an error with the command.

TIRA (currently) ignores any Entrypoint, Workdir, or CMD options set in the container. Please try to set the complete command, i.e.:

python3 /random-baseline-subtask-1.py --input $inputDataset/input.jsonl --output $outputDir/run.jsonl

Thanks for your answer.
My run is failed again but I got different issues
“Job did not run. (Maybe it is still submitted to the cluster or failed to start. It might take up to 5 minutes to submit a Job to the cluster.)”
Thanks
Best

Is this still a problem? I’ve seen some of your docker submissions work, so I guess you resolved it yourself?
Otherwise, can you point me to the run that fails?

(Sorry for the delay, the notifications were offline for a few days)