Spaces:
Sleeping
Sleeping
Commit
•
279f217
1
Parent(s):
20f53f9
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -23,8 +23,8 @@ RUN python3 -m pip install --upgrade pip pytest cmake \
|
|
23 |
pydantic-settings starlette-context gradio huggingface_hub[hf_transfer] hf_transfer
|
24 |
|
25 |
# Install llama-cpp-python (build with cuda)
|
26 |
-
|
27 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/
|
28 |
|
29 |
RUN useradd -m -u 1000 user
|
30 |
# Switch to the "user" user
|
|
|
23 |
pydantic-settings starlette-context gradio huggingface_hub[hf_transfer] hf_transfer
|
24 |
|
25 |
# Install llama-cpp-python (build with cuda)
|
26 |
+
pip install llama-cpp-python \
|
27 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
28 |
|
29 |
RUN useradd -m -u 1000 user
|
30 |
# Switch to the "user" user
|