Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
|
@@ -9,10 +9,10 @@ RUN apt-get update && apt-get install -y \
|
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
# Install llama-cpp-python (CPU version) and Gradio
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
|
| 17 |
# Set work directory
|
| 18 |
WORKDIR /app
|
|
|
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
# Install llama-cpp-python (CPU version) and Gradio
|
| 12 |
+
# Replace your current llama-cpp-python install line with this:
|
| 13 |
+
RUN pip install llama-cpp-python \
|
| 14 |
+
--extra-index-url https://github.io
|
| 15 |
+
|
| 16 |
|
| 17 |
# Set work directory
|
| 18 |
WORKDIR /app
|