Spaces:
No application file
No application file
Create Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM ghcr.io/daswer123/xtts-api-server:latest
|
| 2 |
+
ENV PORT=7860
|
| 3 |
+
EXPOSE 7860
|
| 4 |
+
CMD ["python", "-m", "xtts_api_server", "--port", "7860", "--host", "0.0.0.0", "--device", "cpu"]
|