Unauthorized access to download DriveOS 6.0.10

Please provide the following info (tick the boxes after creating this topic):
Software Version
[*] DRIVE OS 6.0.10.0
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
[*] Linux
QNX
other

Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
[*] DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
2.1.0
[*] other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
[*] native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other

Issue Description
After login is apparently successful, I get an unauthorized error when trying to install the docker:
docker login nvcr.io
Authenticating with existing credentials
 [Username: $oauthtoken]

i Info → To login with a different account, run ‘docker logout’ followed by ‘docker login’

Login did not succeed, error: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post “http://%2Fvar%2Frun%2Fdocker.sock/v1.49/auth”: dial unix /var/run/docker.sock: connect: permission denied
Username ($oauthtoken):
Password:

WARNING! Your credentials are stored unencrypted in ‘/home/sacha/.docker/config.json’.
Configure a credential helper to remove this warning. See

Login Succeeded

Error String
sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v ${WORKSPACE}:/home/nvidia/ nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest
Unable to find image ‘nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest’ locally
docker: Error response from daemon: unauthorized:

401 Authorization Required

401 Authorization Required


nginx/1.22.1

Thanks in advance for your help.

This indicates, you need to use sudo for docker commands.

Did you create new NGC key recently like last week or using old key to login?
Could you try creating a new key and use it as password to login to nvcr.io check downloading the docker container.

Indeed, with sudo I could pull the driveos container.
Thanks a lot!

1 Like

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