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:28f60ab75da2183870846130cead1f6af30162148d3238348f78f89cf6160b5d 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:6544e0e002b40ae0f59bc3618b07c1e48064c4faed3a15ae2fbd2e8f663e8283 AS production
|
26 |
|
27 |
SHELL ["/bin/bash", "-c"]
|
28 |
|