Fix TTS playback and preinstall mecab

This commit is contained in:
2026-05-03 17:56:42 +09:00
parent caae552d47
commit 46a6b926df
2 changed files with 10 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN git clone https://github.com/myshell-ai/MeloTTS.git /opt/MeloTTS
RUN pip install --no-cache-dir -e /opt/MeloTTS
RUN pip install --no-cache-dir python-mecab-ko python-mecab-ko-dic
RUN python -m unidic download
RUN python /opt/MeloTTS/melo/init_downloads.py