Prince1singh commited on
Commit
d8d06d5
·
verified ·
1 Parent(s): ba77376

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -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"]