Skip to content

Commit

Permalink
build not working due to myshell-ai#200
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Oct 12, 2024
1 parent 31fb082 commit 4109142
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4109142

Please sign in to comment.