Hi did you find an answer to this? I’ve the exact problem. So I use python and call CMD [python, main, arg1, arg2] to make sure the docker file allows the arguments. But for me the control isn’t coming to if name main. Like it says application exec likely failed. And main.py needs arguments. I’m using argparse to handle the args and if there’s no args like the job is scheduled to run, it’s supposed to take a default set of vals for the args. Pls assist. Thanks.