Nvidia/cuda:13.0.0-tensorrt-runtime-ubuntu24.04 arm64 only?

On my Ubuntu 25.04 x86 system, when I pull nvidia/cuda:13.0.0-tensorrt-runtime-ubuntu24.04 and run it, I get:
$ podman run --rm --arch amd64 --device nvidia.com/gpu=all nvidia/cuda:13.0.0-tensorrt-runtime-ubuntu24.04 nvidia-smi
nvcr.io/nvidia/cuda:13.0.0-tensorrt-runtime-ubuntu24.04
WARNING: image platform (linux/arm64) does not match the expected platform (linux/amd64)
{“msg”:“exec container process /opt/nvidia/nvidia_entrypoint.sh: Exec format error”,“level”:“error”,“time”:“2025-08-16T17:20:07.962274Z”}

Same for 13.0.0-tensorrt-devel-ubuntu24.04.

Is this a bug or do I need to specify architecture some other way?

Other 13.0.0-*-ubuntu24.04 containers work fine.

Regards,
Steve Heckman

Research Systems Software Engineer
New England Research Cloud
Boston University

Apparently, the tensorrt containers are arm64 only at present.

However, they are listed under:

https://hub.docker.com/r/nvidia/cuda#ubuntu2404-arm64-x86_64

Will x86_64 versions be available at some point?

Regards,
Steve Heckman

Research Systems Software Engineer
New England Research Cloud
Boston University