MeloTTS
MeloTTS copied to clipboard
MacOS installed though Docker. but docker run error:could not select device driver "" with capabilities: [[gpu]].
docker build successfully. my macbookpro is M1 chip.
I run the command :
sudo docker run --gpus all -it -p 8888:8888 melotts
then get the error:
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
ERRO[0000] error waiting for container:
Not supported ?
Try removing the --gpus all
Try removing the
--gpus all
Thank you, it worked.