Denied: {"errors": [{"code": "DENIED", "message": "Access Denied"}]}

I was trying to following the guide from here but failed. Beginners - NVIDIA Docs

So first I created a NGC account and created a API key. Then I logged in docker with the API key and the username. Next I cloned this repo GitHub - NVIDIA/tao_tutorials: Quick start scripts and tutorial notebooks to get started with TAO Toolkit and tried running one of its notebooks.

When running

!tao model faster_rcnn evaluate --gpu_index $GPU_INDEX -e $SPECS_DIR/default_spec_resnet18.txt -m /workspace/tao-experiments/faster_rcnn/frcnn_resnet_18.epoch_12.hdf5

( or any other model evaluation command )

The command would try and pull the nvcr docker image first, which results in the error ‘KeyError: ‘status’’. When I try to pull the docker image directly, it would result in the error in the title.

Did you ever run below?
$ docker run nvcr.io

Refer to Beginners - NVIDIA Docs.

Log in to the NGC Docker registry (nvcr.io) using the command:

docker login nvcr.io


Then, enter the following credentials:

a. Username: "$oauthtoken"
b. Password: "YOUR_NGC_API_KEY"

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

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