Mahiruoshi commited on
Commit
667c552
·
1 Parent(s): 093428a

Create dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +3 -0
dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM registry.hf.space/mahiruoshi-mygo-vits-bert:latest
2
+ RUN pip install Flask Flask-CORS openai
3
+ CMD ["python", "server.py"]