I am trying to pull this particular image
docker pull nvcr.io/nim/nvidia/llama-3.2-nemoretriever-1b-vlm-embed-v1:latest but i get a forbidden error
Error response from daemon: failed to resolve reference “nvcr.io/nim/nvidia/llama-3.2-nemoretriever-1b-vlm-embed-v1:latest”: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://nvcr.io/proxy_auth?scope=repository%3Anim%2Fnvidia%2Fllama-3.2-nemoretriever-1b-vlm-embed-v1%3Apull: 403 Forbidden
If i go to the ngc catalog here
and want to inspect the image tags , it says “Needs NIM Access” . Clicking on th button just redirects me to build.nvidia.com .
Is there a special permission i need for this ? I do have a enterprise ai trial license .
Thanks
Hi @venkat9,
Looking into this for you.
Thanks for your patience,
Sophie
Hi @venkat9,
To use that model you need to be signed up for the EA program for NeMo Microservices. You can sign up here: Log in | NVIDIA Developer. Our Product Managers will need to approve the application before access is granted.
Best,
Sophie
I am trying to pull this particular image
docker pull llama-3.2-nemoretriever-1b-vlm-embed-v1:latest but i getting “docker: Error response from daemon: Head “https://nvcr.io/v2/nim/nvidia/llama-3.2-nemoretriever-1b-vlm-embed-v1/manifests/latest”: denied: {“errors”: [{“code”: “DENIED”, “message”: “Access Denied”}]}. See ‘docker run --help’.” and i am also having same issue with this “llama-3.2-nv-embedqa-1b-v2” i have tried using api keys from “build.nvidia.com” and “org.ngc.nvidia.com” and I also have a enterprise ai trial license.