Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -41,8 +41,7 @@ RUN if ! command -v uv >/dev/null 2>&1; then \
|
|
| 41 |
# Install dependencies into a local virtualenv using the repo requirements file.
|
| 42 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
| 43 |
uv venv .venv && \
|
| 44 |
-
|
| 45 |
-
uv pip install -r requirements.txt
|
| 46 |
|
| 47 |
# Final runtime stage
|
| 48 |
FROM ${BASE_IMAGE}
|
|
|
|
| 41 |
# Install dependencies into a local virtualenv using the repo requirements file.
|
| 42 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
| 43 |
uv venv .venv && \
|
| 44 |
+
uv pip install --python .venv/bin/python -r requirements.txt
|
|
|
|
| 45 |
|
| 46 |
# Final runtime stage
|
| 47 |
FROM ${BASE_IMAGE}
|