Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -34,7 +34,8 @@ COPY --chown=user . /app
|
|
34 |
|
35 |
RUN pip install --upgrade pip
|
36 |
RUN pip install --no-cache-dir -r requirements.txt
|
37 |
-
RUN
|
|
|
38 |
|
39 |
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", , "--ws", "auto", "--allow-websocket-origin", "*"]
|
40 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
34 |
|
35 |
RUN pip install --upgrade pip
|
36 |
RUN pip install --no-cache-dir -r requirements.txt
|
37 |
+
RUN CMAKE_ARGS="-DGGML_CUDA=on -DCMAKE_CUDA_ARCHITECTURES=86" pip install outetts --upgrade
|
38 |
+
|
39 |
|
40 |
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", , "--ws", "auto", "--allow-websocket-origin", "*"]
|
41 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|