Tomtom84 commited on
Commit
abb092c
·
1 Parent(s): 1643d4d
Files changed (2) hide show
  1. Dockerfile +3 -4
  2. __pycache__/app.cpython-312.pyc +0 -0
Dockerfile CHANGED
@@ -7,11 +7,10 @@ ENV PATH="/home/user/.local/bin:$PATH"
7
 
8
  WORKDIR /app
9
 
10
- COPY --chown=user ./requirements.txt requirements.txt
 
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
  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", , "--ws", "auto", "--allow-websocket-origin", "*"]
17
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
7
 
8
  WORKDIR /app
9
 
10
+ COPY --chown=user . /app
11
+
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  RUN CMAKE_ARGS="-DGGML_CUDA=on" pip install outetts --upgrade
14
 
 
 
15
  #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", , "--ws", "auto", "--allow-websocket-origin", "*"]
16
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
__pycache__/app.cpython-312.pyc CHANGED
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ