Hello everyone,
I just buy 1 Jetson Nano Dev kit 4GB and try to follow the course “Getting started with AI on Jetson Nano” from Nividia DLI here
Everything is ok until the set up for the Docker Container.
I follow the instruction from the course, after running this command
sudo docker run --runtime nvidia -it --rm --network host \
--volume ~/nvdli-data:/nvdli-nano/data \
--volume /tmp/argus_socket:/tmp/argus_socket \
--device /dev/video0 \
nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1
i get this error : “docker: Error response from daemon: Unknown runtime specified nvidia.”
I try to get help from ChatGPT, Stackoverflow and read the topics in this forum and try many way but nothing works.
When i check the docker, it give me that, does it means i succesfully install docker or not?
$ sudo docker info
Client:
Context: default
Debug Mode: false
Server:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 20.10.21
Thank you so much for any response