Spaces:
Sleeping
Sleeping
Commit
·
667c552
1
Parent(s):
093428a
Create dockerfile
Browse files- 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"]
|