Offex commited on
Commit
dd74ab5
·
verified ·
1 Parent(s): 2370d1d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -7
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
- FROM python:3.9
2
- WORKDIR /app
3
- COPY requirements.txt requirements.txt
4
- RUN pip install --no-cache-dir -r requirements.txt
5
- COPY . .
6
- RUN mkdir -p /app/voices && chmod 777 /app/voices
7
- CMD ["python", "app.py"]
 
1
+ torch
2
+ torchaudio
3
+ coqui-tts
4
+ gradio
5
+ transformers==4.41.2
6
+ numpy==1.24.3
7
+ scipy