After Installing nvidia-docker2
And run nvidia-docker run --it deep3 /bin/bash
then got the error error response from daemon: Unknown runtime specified nvidia.
After Installing nvidia-docker2
And run nvidia-docker run --it deep3 /bin/bash
then got the error error response from daemon: Unknown runtime specified nvidia.
The error occurs seems when installing nvidia-docker2 it will change the /etc/dockerdaemon.json.
So you need to reload the daemon and docker as following:
sudo systemctl daemon-reload
sudo systemctl restart docker