Cannot pull nvcr.io/nvidia/nre containers – "Payment Required" (NuRec / NRE)

Hello,

I am currently integrating NVIDIA NuRec (Neural Reconstruction Engine) into our 3D reconstruction pipeline.

docker login nvcr.io → Login Succeeded

Context:
We are evaluating NVIDIA NuRec for a production-grade 3D reconstruction pipeline.

When attempting to pull the following containers:

docker pull nvcr.io/nvidia/nre/nre:latest
docker pull nvcr.io/nvidia/nre/nre-tools:latest

I consistently receive the following error:

Error response from daemon: error from registry: Payment Required

This was reproduced directly via docker pull (not related to deployment).

This seems to be an entitlement / access issue rather than a technical error.

Could you please advise:

  1. How to obtain access to the following containers:

    • nvidia/nre/nre

    • nvidia/nre/nre-tools

  2. Is it possible to get trial access (e.g., 90-day evaluation)?

  3. Does this require NVIDIA AI Enterprise / NGC organization setup?

Environment:

  • macOS

  • Docker (latest)

Happy to provide more details if needed.

Thank you.

Also tested with fresh docker login, same result.