Docker reference error

Getting error:
Docker : invalid reference format

While entering code:
sudo docker run --runtime ispnpp -it --rm --network host \ –volume ~/nvdli-data:/nvdli-nano/data \ --device /dev/video0 \ nvcr.io/nvidia/dli-nano-ai:v2.0.2-r32.7.1

Regarding course: Getting Started with AI on Jetson Nano

Hi,

This kind of errors are commonly caused by the syntax used to run your docker image, i.e, the syntax you are using in the command itself. I would double check the name of the image you want to run with docker images or docker image ls or even check the syntax of the command you are putting in the shell console.

Jafet Chaves,
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/
Website: www.ridgerun.com

It should also be --runtime nvidia instead of that (I’m not sure what ispnpp is)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.