crazydev919 commited on
Commit
e399c85
·
verified ·
1 Parent(s): bb71ddb

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -4
Dockerfile CHANGED
@@ -7,14 +7,13 @@ RUN pip install --no-cache-dir \
7
  torch torchaudio --index-url https://download.pytorch.org/whl/cpu
8
 
9
  RUN pip install --no-cache-dir \
10
- gradio==3.50.2 \
11
- jinja2==3.0.3 \
12
- huggingface_hub==0.20.3 \
13
  librosa soundfile \
14
  phonemizer==3.3.0 \
15
  munch pyyaml nltk \
16
  einops einops-exts \
17
- transformers==4.40.0 \
18
  matplotlib \
19
  git+https://github.com/resemble-ai/monotonic_align.git
20
 
 
7
  torch torchaudio --index-url https://download.pytorch.org/whl/cpu
8
 
9
  RUN pip install --no-cache-dir \
10
+ fastapi uvicorn \
11
+ huggingface_hub \
 
12
  librosa soundfile \
13
  phonemizer==3.3.0 \
14
  munch pyyaml nltk \
15
  einops einops-exts \
16
+ transformers \
17
  matplotlib \
18
  git+https://github.com/resemble-ai/monotonic_align.git
19