NVIDIA Docker on WSL2 #477
dalekcoffee
started this conversation in
General
Replies: 1 comment 3 replies
-
I am also having problems installing the cuda toolkit, drivers, etc in windows with WSL2 and Win 11. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all!,
The NVIDIA documentation was giving me some trouble due to deprecated commands in ubuntu.
I just wanted to share those exploring gpu separation using WSL2 that I was able to get it working using the following guide:
https://medium.com/htc-research-engineering-blog/nvidia-docker-on-wsl2-f891dfe34abhttps://medium.com/htc-research-engineering-blog/nvidia-docker-on-wsl2-f891dfe34ab
This worked on a host running windows 11, WSL2
The only part that lost me for a bit was step 7. It actually means to install docker onto your ubuntu distro in WSL2 then follow with the commands it gives after.
Was able to run this project and an invokeAI docker container without issue!
Just set the proper expectation that heavy jobs in spleeter will use your gpu and other gpu apps will be slow or not load depending on gpu! (plex for me)
Beta Was this translation helpful? Give feedback.
All reactions