今天重启电脑后,重新运行docker的container,发现啦下面的错误:

Error response from daemon: could not select device driver "" with capabilities: [[gpu]]

解决方法

systemctl restart docker
yum install nvidia-container-runtime

docker start your_container

参考文献

[1].[Docker] 错误之Error response from daemon: could not select device driver ““ with capabilities: [[gpu]]. https://blog.csdn.net/dou3516/article/details/108314908

更多推荐