Bert-vits2-api / Dockerfile
Mahiruoshi's picture
Update Dockerfile
599fee4
raw
history blame
No virus
129 Bytes
FROM registry.hf.space/mahiruoshi-bangdream-bert-vits2:latest
RUN pip install Flask Flask-CORS openai
CMD ["python", "server.py"]