From 41091422c2017e1c1d76d8c2961a7d78f3a1b3d2 Mon Sep 17 00:00:00 2001 From: EnigmaCurry Date: Fri, 11 Oct 2024 23:26:57 -0600 Subject: [PATCH] build not working due to https://github.com/myshell-ai/MeloTTS/issues/200 --- Dockerfile | 2 +- requirements.txt | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index 21291f69..c1a1e329 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,9 @@ RUN apt-get update && apt-get install -y \ RUN pip install --upgrade pip COPY setup.py requirements.txt /app RUN pip install -r requirements.txt +RUN python -m unidic download COPY . /app RUN pip install -e . -RUN python -m unidic download RUN python melo/init_downloads.py CMD ["python", "./melo/app.py", "--host", "0.0.0.0", "--port", "8888"] diff --git a/requirements.txt b/requirements.txt index bfcfc618..45ed04a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,30 +1,30 @@ botocore>=1.35.39 -cached_path>=1.6.2 +cached_path>=1.6.3 txtsplit torch torchaudio -transformers==4.27.4 -num2words==0.5.12 +transformers==4.45.2 +num2words==0.5.13 unidic_lite==1.0.8 unidic==1.1.0 mecab-python3==1.0.9 -pykakasi==2.2.1 -fugashi==1.3.0 +pykakasi==2.3.0 +fugashi==1.3.2 g2p_en==2.1.0 anyascii==0.3.2 jamo==0.4.1 -gruut[de,es,fr]==2.2.3 -g2pkk>=0.1.1 -librosa==0.9.1 +gruut[de,es,fr]==2.4.0 +g2pkk>=0.1.2 +librosa==0.10.2.post1 pydub==0.25.1 eng_to_ipa==0.0.2 -inflect==7.0.0 -unidecode==1.3.7 -pypinyin==0.50.0 +inflect==7.4.0 +unidecode==1.3.8 +pypinyin==0.53.0 cn2an==0.5.22 jieba==0.42.1 gradio langid==1.1.6 tqdm -tensorboard==2.16.2 +tensorboard==2.18.0 loguru==0.7.2