Dear RareX Team,
Could you please provide the log file for the failed submission with the ID 9739153?
Thank You
Ragul N
Created by Ragul N raguln @raguln ,
Here are the logs for submission ID 9739153:
```
exec /usr/local/bin/python: exec format error
```
Some possible reasons for the `exec format error` message could be:
* missing script header, e.g. `#!/usr/bin/env python3`
* mismatched system architecture, e.g. the Synapse submission system uses the x86 architecture but your Docker model was built on the ARM. For this, you can try adding `--platform linux/amd64` to your `docker build` command.
Hope this helps!