Bert-vits2-api / Dockerfile
Mahiruoshi's picture
Rename dockerfile to Dockerfile
2c9406d
raw
history blame
123 Bytes
FROM registry.hf.space/mahiruoshi-mygo-vits-bert:latest
RUN pip install Flask Flask-CORS openai
CMD ["python", "server.py"]