Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -3,5 +3,8 @@ FROM python:3.12
|
|
| 3 |
COPY requirements.txt .
|
| 4 |
RUN pip install -r requirements.txt
|
| 5 |
|
|
|
|
|
|
|
|
|
|
| 6 |
COPY . .
|
| 7 |
CMD ["bash", "run.sh"]
|
|
|
|
| 3 |
COPY requirements.txt .
|
| 4 |
RUN pip install -r requirements.txt
|
| 5 |
|
| 6 |
+
RUN wget https://huggingface.co/tuna2134/uji-tts_jsut/resolve/main/vocoder.onnx
|
| 7 |
+
RUN wget https://huggingface.co/tuna2134/uji-tts_amitaro/resolve/main/v1/onnx/uji-tts_amitaro.onnx
|
| 8 |
+
|
| 9 |
COPY . .
|
| 10 |
CMD ["bash", "run.sh"]
|