Tomtom84 commited on
Commit
f811c72
·
verified ·
1 Parent(s): adf5f2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.12
2
 
3
- RUN pip install --no-cache-dir torch==2.2.2
4
  #RUN pip install --no-cache-dir flash-attn
5
 
6
  RUN useradd -m -u 1000 user
@@ -13,7 +13,7 @@ WORKDIR /app
13
  COPY --chown=user . /app
14
 
15
  RUN pip install --no-cache-dir -r requirements.txt
16
- RUN CMAKE_ARGS="-DGGML_CUDA=on" pip install outetts --upgrade
17
 
18
  #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", , "--ws", "auto", "--allow-websocket-origin", "*"]
19
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
1
  FROM python:3.12
2
 
3
+ #RUN pip install --no-cache-dir torch==2.2.2
4
  #RUN pip install --no-cache-dir flash-attn
5
 
6
  RUN useradd -m -u 1000 user
 
13
  COPY --chown=user . /app
14
 
15
  RUN pip install --no-cache-dir -r requirements.txt
16
+ #RUN CMAKE_ARGS="-DGGML_CUDA=on" pip install outetts --upgrade
17
 
18
  #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", , "--ws", "auto", "--allow-websocket-origin", "*"]
19
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]