Hello , I have jetson nano with jetpack 4.6.1 and deepstream 6.0.1, I would like to run a container of Building Video AI Applications at the Edge on Jetson Nano, this is my problem jetson@ubuntu:~/Desktop$ sudo docker run --runtime nvidia -it --rm --network host -v /tmp/.X11-unix/:/tmp/.X11-unix -v /tmp/argus_socket:/tmp/argus_socket -v ~/my_apps:/dli/task/my_apps --device /dev/video0 nvcr.io/nvidia/dli/dli-nano-deepstream:v2.0.0-DS6.0.1 [sudo] password for jetson: Unable to find image ‘nvcr.io/nvidia/dli/dli-nano-deepstream:v2.0.0-DS6.0.1’ locally docker: Error response from daemon: Head “https://nvcr.io/v2/nvidia/dli/dli-nano-deepstream/manifests/v2.0.0-DS6.0.1”: unauthorized: authentication required. See ‘docker run --help’.
Hi @HamdyAchref, have you tried logging into the nvcr.io registry with sudo docker login nvcr.io
and supplying your API key? See here for more info - https://docs.nvidia.com/ngc/gpu-cloud/ngc-private-registry-user-guide/index.html#accessing-ngc-registry
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.