Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
|
|
17 |
COPY pyproject.toml .
|
18 |
|
19 |
# Install Python dependencies using uv
|
20 |
-
RUN . ~/.bashrc && uv pip install -r pyproject.toml
|
21 |
|
22 |
# Copy the rest of the application
|
23 |
COPY . .
|
|
|
17 |
COPY pyproject.toml .
|
18 |
|
19 |
# Install Python dependencies using uv
|
20 |
+
RUN . ~/.bashrc && uv pip install -r pyproject.toml --system
|
21 |
|
22 |
# Copy the rest of the application
|
23 |
COPY . .
|