Tomtom84 commited on
Commit
1643d4d
·
1 Parent(s): 1b092fa
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,5 +13,5 @@ RUN CMAKE_ARGS="-DGGML_CUDA=on" pip install outetts --upgrade
13
 
14
  COPY --chown=user . /app
15
 
16
- #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*"]
17
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--ws", "auto"]
 
13
 
14
  COPY --chown=user . /app
15
 
16
+ #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", , "--ws", "auto", "--allow-websocket-origin", "*"]
17
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]