Replies: 1 comment
-
[Archived] Trying to run mozilla tts on aws dockerfile appear to be broken
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
>>> alvaro.antelo
[June 26, 2020, 8:32pm]
I am trying to run inference on AWS P2x.large AMI for deep learning
using docker, it appeared to have built correctly but when I try to run
it I got the following error:
nvidia-docker run -it slash --rm -p 5002:5002 mozilla-tts slash
Traceback (most recent call last): slash
File 'server/server.py', line 6, in slash
from TTS.server.synthesizer import Synthesizer slash
ModuleNotFoundError: No module named 'TTS'
[This is an archived TTS discussion thread from discourse.mozilla.org/t/trying-to-run-mozilla-tts-on-aws-dockerfile-appear-to-be-broken]
Beta Was this translation helpful? Give feedback.
All reactions