You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi im trying to get this working in a docker container on wsl2. following the instructions has given me a couple stumbling blocks; /dev/nvidia0 and /dev/nvidiactl don't exist. i found some sources saying /dev/glx represents the wsl2 nvidia gpu for opengl enabled distros, so i could try that, but no help with nvidiactl.
i also found libnvidia-ml.so.1 in /usr/lib/wsl/lib/ (according to nvidia this folder, which includes nvidia-smi, is mounted into wsl from the host windows), but no libnvidia-ml.so
The text was updated successfully, but these errors were encountered:
hi im trying to get this working in a docker container on wsl2. following the instructions has given me a couple stumbling blocks;
/dev/nvidia0
and/dev/nvidiactl
don't exist. i found some sources saying/dev/glx
represents the wsl2 nvidia gpu for opengl enabled distros, so i could try that, but no help withnvidiactl
.i also found
libnvidia-ml.so.1
in/usr/lib/wsl/lib/
(according to nvidia this folder, which includesnvidia-smi
, is mounted into wsl from the host windows), but nolibnvidia-ml.so
The text was updated successfully, but these errors were encountered: