add docker

This commit is contained in:
qinzy
2024-02-27 18:04:21 -07:00
parent 5bcbf94746
commit f7380ed7ab
5 changed files with 289 additions and 212 deletions

View File

@@ -10,4 +10,4 @@ RUN pip install -e .
RUN python -m unidic download
RUN python melo/init_downloads.py
CMD ["python", "./melo/app.py", "--port", "8800"]
CMD ["python", "./melo/app.py", "--host", "0.0.0.0", "--port", "8888"]