MeloTTS icon indicating copy to clipboard operation
MeloTTS copied to clipboard

MacOS installed though Docker. but docker run error:could not select device driver "" with capabilities: [[gpu]].

Open dcdebug opened this issue 1 year ago • 1 comments

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 ?

dcdebug avatar Mar 01 '24 18:03 dcdebug

Try removing the --gpus all

Zengyi-Qin avatar Mar 01 '24 19:03 Zengyi-Qin

Try removing the --gpus all

Thank you, it worked.

dcdebug avatar Mar 02 '24 02:03 dcdebug