Nvidia-docker run, pull access denied for onnx/onnx-docker

Hello,

jetson72@jetson72-desktop:~$ sudo nvidia-docker run -it --rm onnx/onnx-docker:gpu /bin/bash
[sudo] password for jetson72:
Unable to find image ‘onnx/onnx-docker:gpu’ locally
docker: Error response from daemon: pull access denied for onnx/onnx-docker, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.

Can you tell me how to solve this problem?

Thank you.

Hi @forumuser, I don’t see a container by the name of onnx-docker on DockerHub: https://hub.docker.com/u/onnx Are you sure that is the right address?

Also, container images need to be built for ARM (aarch64) and if you wish to use GPU in them (with --runtime nvidia), the containers need to be derived from l4t-base container.

1 Like