when I ran
bash run/speaker.bash 0, the output is
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
when I have searched for lspci | grep VGA, the output is
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 0a)
can I run SOON in my system by merely installing the NVIDIA drivers and/or Docker?
when I ran
bash run/speaker.bash 0
, the output isRuntimeError: 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
when I have searched for
lspci | grep VGA
, the output is00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 0a)
can I run SOON in my system by merely installing the NVIDIA drivers and/or Docker?