I am facing problem on running docker

Hello Iam following this tutorial for jetson nano : Jetson AI Fundamentals - S1E2 - Hello Camera (youtube.com)

but ~$ echo "sudo docker run --runtime nvidia -it --rm --network host \

--volume ~/nvdl-data:/nvdl-nano/data \
--device /dev/video0 \
nvcr.io/nvidia/dli-nano-ai:v2.0.0-r32.4.3" > docker_dli_run.sh

sabbir@ashik-robot:~$ ./docker_dli_run.sh
-bash: ./docker_dli_run.sh: Permission denied

I cant understand what to do

Hi,

Have you applied this?

$ chmod +x docker_dli_run.sh

Thanks.

yes i did that

its not working

Hi,

Could you remove the docker_dli_run.sh and try the command again?
If it is not working, please share all the console output with us.

Thanks.