Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 14 |
&& . ~/.bashrc
|
| 15 |
|
| 16 |
# Copy requirements first to leverage Docker cache
|
| 17 |
-
COPY
|
| 18 |
|
| 19 |
# Install Python dependencies using uv
|
| 20 |
RUN . ~/.bashrc && uv pip install -r pyproject.toml
|
|
|
|
| 14 |
&& . ~/.bashrc
|
| 15 |
|
| 16 |
# Copy requirements first to leverage Docker cache
|
| 17 |
+
COPY pyproject.toml .
|
| 18 |
|
| 19 |
# Install Python dependencies using uv
|
| 20 |
RUN . ~/.bashrc && uv pip install -r pyproject.toml
|