Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -25,6 +25,7 @@ RUN python -m pip install --upgrade pip pytest cmake \
|
|
| 25 |
|
| 26 |
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
|
| 27 |
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 PIP_ROOT_USER_ACTION=ignore pip install --ignore-installed --timeout 100 -r requirements.txt
|
|
|
|
| 28 |
|
| 29 |
RUN useradd -m -u 1000 user
|
| 30 |
# Switch to the "user" user
|
|
|
|
| 25 |
|
| 26 |
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
|
| 27 |
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 PIP_ROOT_USER_ACTION=ignore pip install --ignore-installed --timeout 100 -r requirements.txt
|
| 28 |
+
RUN pip install uvicorn
|
| 29 |
|
| 30 |
RUN useradd -m -u 1000 user
|
| 31 |
# Switch to the "user" user
|