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
sudo docker login nvcr.io
Username: $oauthtoken
Password:
Error response from daemon: Get “https://nvcr.io/v2/”: unauthorized:
user@eleclabpc:~/NV$
though password is correct , api-key still I was not able to through .
Earlier I did able to install everything , same Ubuntu machine is formatted now and seeing the issue.
Error String
< Please provide just the error messages here >
Logs
Provide logs in text box instead of image
Please paste the complete application log here. If there are multiple logs, please use multiple text box
Dear @sudarsanarao.makupalli.yg ,
I don’t see any issue with login. Can you double check if $oauthtoken is used as username? Could you share full terminal log with used commands to see if there is any typo?
Dear @sudarsanarao.makupalli.yg ,
Could you please double check if used NGC API key is correct?( Like no additional spaces involved) . Could you try from another host as well to confirm if the issue is specific to this host.
Dear @sudarsanarao.makupalli.yg ,
could you check if curl --location --request GET 'https://api.ngc.nvidia.com/v2/users/me' \ --header 'Authorization: Bearer <API-KEY>' works?