Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.13@sha256:
|
2 |
|
3 |
SHELL ["/bin/bash", "-c"]
|
4 |
|
@@ -22,7 +22,7 @@ COPY . /app
|
|
22 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
23 |
uv sync --no-dev --locked --no-editable
|
24 |
|
25 |
-
FROM python:3.13-slim@sha256:
|
26 |
|
27 |
SHELL ["/bin/bash", "-c"]
|
28 |
|
|
|
1 |
+
FROM python:3.13@sha256:4ea77121eab13d9e71f2783d7505f5655b25bb7b2c263e8020aae3b555dbc0b2 AS builder
|
2 |
|
3 |
SHELL ["/bin/bash", "-c"]
|
4 |
|
|
|
22 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
23 |
uv sync --no-dev --locked --no-editable
|
24 |
|
25 |
+
FROM python:3.13-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS production
|
26 |
|
27 |
SHELL ["/bin/bash", "-c"]
|
28 |
|