0
KMKen Malley
The code copies the nvidia-smi library from /usr/lib/wsl/lib to /usr/bin and sets the permissions so that the library can be executed by the user "ogu+x".
0 Comments
cp /usr/lib/wsl/lib/nvidia-smi /usr/bin/nvidia-smi chmod ogu+x /usr/bin/nvidia-smi