I recently updated from ubuntu 18.04 to ubuntu 20.04. I would like to develop on ubuntu 20.04 with nvidia-docker.
When I try to use the docker with the updated version, I get the following error.
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
Then I uninstalled the docker system according to this cite and reinstalled it according to this site.
How do I solve this problem?
nvidia-docker2
working withoutdocker-ce
- it actually works withdocker.io
>= 18.x. So if you have the off-the-shelf docker, you're fine. – Tomasz Gandor Jan 11 '21 at 22:55Error response from daemon: could not select device driver "" with capabilities: [[gpu]]
– Ilya Chernov Apr 16 '23 at 17:55