I have a .sh file, containing a docker command, called start_deepracer_docker.sh. When I run it in the following way
subprocess.Popen([r"./start_deepracer_docker.sh"])
I get the error
OSError: [Errno 8] Exec format error: './start_deepracer_docker.sh'
How can I fix it?