Created
June 26, 2022 01:37
-
-
Save emersonmx/956617d27cb92ee41f0ec217ab982cb8 to your computer and use it in GitHub Desktop.
Fix /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C: | |
cd \Windows\System32\lxss\lib | |
del libcuda.so | |
del libcuda.so.1 | |
mklink libcuda.so libcuda.so.1.1 | |
mklink libcuda.so.1 libcuda.so.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment