Coqui Docker image on windows host using WSL2 #2056
Unanswered
rurounijones
asked this question in
Q&A
Replies: 2 comments 2 replies
-
were you ever able to get this working? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is tricky but we managed to make it work on WSL with @HarikalarKutusu so I know for a fact it can work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With the Release of Windows 10H2 we now have the ability to access the GPU from WSL2.
This means that, as far as I can tell, we should be able to use the Coqui docker image with the Docker WSL2 backend to train our voice models using our GPUs on the windows host. However I cannot detect the gpu inside the docker image.
Has anyone got this working? Do we need to install extra stuff into the image like nvidia drivers? I am hesitant to do anything since, as far as I can tell, everything should be setup but I cannot find any solid documentation on coqui + WSL2 + gpu.
Running
docker run --gpus all nvcr.io/nvidia/k8s/cuda-sample:nbody nbody -gpu -benchmark
following instructions at https://docs.nvidia.com/cuda/wsl-user-guide/index.html#installing-wip seemed to workAny pointers by people with more knowledge would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions