I followed the free tutorial from Nvidia Deep learning institute to download the docker. However, when I run the following code:
$ echo "sudo docker run --runtime nvidia -it --rm --network host \
--volume ~/nvdli-data:/nvdli-nano/data \
--device /dev/video0 \
nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1zh" > docker_dli_run.sh
$ ./docker_dli_run.sh
The system shows "docker: Error response from daemon: Unknown runtime specified nvidia.See 'docker run --help'."
Dose anyone can help with this? Thank you.