After login into nvcr.io in docker and setting my api keys with the developer program, I tried to execute this command to deploy the Content safety model locally to try it, however, I got an error.
Command:
docker run --name nemo-guardrails -it --rm
–runtime=nvidia
–gpus device=0
-e NGC_API_KEY
-e NIM_SERVED_MODEL_NAME=“llama-3.1-nemoguard-8b-content-safety”
-e NIM_CUSTOM_MODEL_NAME=“llama-3.1-nemoguard-8b-content-safety”
-v “$LOCAL_NIM_CACHE:/opt/nim/.cache”
-u $(id -u)
-p 8000:8000
nvcr.io/nim/nvidia/llama-3.1-nemoguard-8b-content-safety:latest
Error:
docker: Error response from daemon: Head “https://nvcr.io/v2/nim/nvidia/llama-3.1-nemoguard-8b-content-safety/manifests/latest”: denied: Payment Required.
I tried also with the Topic Control model, and it worked just fine. What could be the issue here?