Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@ COPY pyproject.toml .
|
|
| 17 |
|
| 18 |
# Install Python dependencies using uv
|
| 19 |
RUN . ~/.bashrc && uv pip install -r pyproject.toml --system
|
|
|
|
| 20 |
|
| 21 |
# Set up a new user named "user" with user ID 1000
|
| 22 |
RUN useradd -m -u 1000 user
|
|
|
|
| 17 |
|
| 18 |
# Install Python dependencies using uv
|
| 19 |
RUN . ~/.bashrc && uv pip install -r pyproject.toml --system
|
| 20 |
+
RUN uv pip install llama-index-readers-file --system
|
| 21 |
|
| 22 |
# Set up a new user named "user" with user ID 1000
|
| 23 |
RUN useradd -m -u 1000 user
|