Spaces:
Running
Running
Mahiruoshi
commited on
Commit
•
599fee4
1
Parent(s):
5754422
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
FROM registry.hf.space/mahiruoshi-
|
2 |
RUN pip install Flask Flask-CORS openai
|
3 |
CMD ["python", "server.py"]
|
|
|
1 |
+
FROM registry.hf.space/mahiruoshi-bangdream-bert-vits2:latest
|
2 |
RUN pip install Flask Flask-CORS openai
|
3 |
CMD ["python", "server.py"]
|