Jetson Nano Docker Issue with ./run.sh

When I run the docker for the first time after doing git clone everything runs fine. If I close docker and try to run it again with ./run.sh I get a message saying: “docker run” requires at least 1 argument.

Apparently you can’t run the bash script directly from within the docker directory with ./run.sh, you have to run it from the jetson-inference dir as /docker/run.sh

Hi,

Is this issue fixed on your own?
It is possible that docker gets confused when launching the script directly under the docker folder.

Thanks.