Problem with initial loading nano 2g - not authorized to download from docker

I have shown the actual (copied and pasted) terminal entry and response:

bob@bob-desktop:~$ cd ~/Desktop
bob@bob-desktop:~/Desktop$ echo “sudo docker run --runtime nvidia -it – rm --network host --volume ~nvdli-data:/nvdli-nano/data nvcr.io/nvidia/dli/dli-nano-ai: v2.0.1-r32.6.1” >docker_dli_run.sh
bob@bob-desktop:~/Desktop$ ./docker_dli_run.sh
bash: ./docker_dli_run.sh: Permission denied
bob@bob-desktop:~/Desktop$

I get the error Permission denied. How do I get permission? I’m pretty sure I have entered the commands correctly from the Nvidia video S1E2.

Thanks in advance for any help. Otherwise, I am dead in the water! Bob Shaw

Hi,

Please apply the following to the docker_dli_run.sh file first.

$ sudo chmod +x docker_dli_run.sh

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.