Super-Voice-Server / Dockerfile
Prince1singh's picture
Update Dockerfile
d8d06d5 verified
raw
history blame contribute delete
170 Bytes
FROM ghcr.io/daswer123/xtts-api-server:latest
ENV PORT=7860
EXPOSE 7860
CMD ["python", "-m", "xtts_api_server", "--port", "7860", "--host", "0.0.0.0", "--device", "cpu"]