We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问 docker-compose.yml中下面这一行 volumes: - /usr/local/nvidia:/usr/local/nvidia # 让容器访问主机的NVIDIA驱动 - 我主机已经安装了nvidia驱动,但我填了很多个目录最后启动的时候都报错: Error response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]
我该填什么目录才可以,谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问 docker-compose.yml中下面这一行
volumes:
- /usr/local/nvidia:/usr/local/nvidia # 让容器访问主机的NVIDIA驱动
-
我主机已经安装了nvidia驱动,但我填了很多个目录最后启动的时候都报错:
Error response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]
我该填什么目录才可以,谢谢
The text was updated successfully, but these errors were encountered: