Skip to content

Instantly share code, notes, and snippets.

@emersonmx
Created June 26, 2022 01:37
Show Gist options
  • Save emersonmx/956617d27cb92ee41f0ec217ab982cb8 to your computer and use it in GitHub Desktop.
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
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