Hi!
I have been trying to build the base image for my Docker image and have been failing because it cannot find the manifest. Do you have a documentation which repositories should be registered in my docker or the requirements to be able to use the base image properly?
docker pull nvcr.io/nvidia/pytorch:25.03-py3-igpu
Error response from daemon: no matching manifest for linux/amd64 in the manifest list entries: no match for platform in manifest: not found
detail=‘Manifest not found for nvidia/pytorch:25.03-py3-igpu not found’, instance=‘null’, properties=‘null’]",“requestId”:“ec4ba112-f679-43b2-8d8a-d8485c44c449”}}
Error: Image ‘nvcr.io/nvidia/pytorch:25.03-py3-igpu’ could not be found.
Error: Image ‘nvcr.io/nvidia/pytorch:25.03-py3-igpu’ could not be found.
Traceback (most recent call last):
File “ngcbase/command/basecli.py”, line 158, in run
File “ngcbase/tracing.py”, line 229, in wrapper_span
File “ngcbase/command/clicommand.py”, line 247, in traced_func
File “ngcbase/command/clicommand.py”, line 304, in f_mutex
File “registry/command/image.py”, line 231, in info
File “ngcbase/util/utils.py”, line 538, in wrapper
File “registry/api/image.py”, line 196, in info
ngcbase.errors.ResourceNotFoundException: Error: Image ‘nvcr.io/nvidia/pytorch:25.03-py3-igpu’ could not be found.
Command: ngc registry image info --debug nvcr.io/nvidia/pytorch:25.03-py3-igpu
os: Linux-5.15.148-tegra
ngc-cli version: NGC CLI 3.64.2
Error response from daemon: no matching manifest for linux/amd64 in the manifest list entries: no match for platform in manifest: not found
Do you try to pull the container on the desktop?
The container is for Jetson so please pull it on the AGX Orin directly.
It can work for the system of LINUX/ARM64.