flightmare icon indicating copy to clipboard operation
flightmare copied to clipboard

docker: Error response from daemon: Unknown runtime specified nvidia.

Open Roopesh-Bharatwaj-K-R opened this issue 3 years ago • 2 comments

Hi I started with Ubuntu 20.04, After Running this in Terminal : docker run -it -v path_to_dodge_drone_challenge_folder:/root/challenge/ --rm --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -p 10253:10253 -p 10254:10254 --name ddc-challenge uzhrpg/dodgedrone-challenge:base /bin/bash

docker: Error response from daemon: Unknown runtime specified nvidia. See 'docker run --help'

got struck in this .

Roopesh-Bharatwaj-K-R avatar Apr 01 '21 19:04 Roopesh-Bharatwaj-K-R