【发布时间】:2021-07-28 18:26:43
【问题描述】:
我已经使用 WSL2 在 Windows 11(操作系统版本 22000.100)上安装了 Ubuntu 20.04.2 LTS。
当我执行nvidia-smi 时,它会显示 GPU。
但是当我运行 docker 映像时,它给出了以下错误
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
我在 wsl2 上使用 docker windows。当我做uname -r 时,我得到了5.10.43.3-microsoft-standard-WSL2
有什么解决办法吗?
【问题讨论】:
标签: python windows docker windows-subsystem-for-linux