Spaces:
Running
Running
Revert: remove COPY model files, use huggingface_hub download instead
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
|
@@ -44,11 +44,7 @@ COPY start.sh /app/start.sh
|
|
| 44 |
COPY ui.py /app/ui.py
|
| 45 |
RUN chmod +x /app/start.sh
|
| 46 |
|
| 47 |
-
# Copy character models directly into image (bake in at build time)
|
| 48 |
RUN mkdir -p /data/models /data/audio /tmp/uploads
|
| 49 |
-
COPY aimisi-e16.ckpt /data/models/aimisi-e16.ckpt
|
| 50 |
-
COPY aimisi_e10_s180.pth /data/models/aimisi_e10_s180.pth
|
| 51 |
-
COPY zh_vo_MAIN_YHX_2_12.wav /data/models/zh_vo_MAIN_YHX_2_12.wav
|
| 52 |
|
| 53 |
EXPOSE 7860
|
| 54 |
CMD ["/app/start.sh"]
|
|
|
|
| 44 |
COPY ui.py /app/ui.py
|
| 45 |
RUN chmod +x /app/start.sh
|
| 46 |
|
|
|
|
| 47 |
RUN mkdir -p /data/models /data/audio /tmp/uploads
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
EXPOSE 7860
|
| 50 |
CMD ["/app/start.sh"]
|