Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ RUN uv tool install --quiet huggingface-hub[cli] && \
|
|
24 |
|
25 |
WORKDIR /app
|
26 |
|
27 |
-
RUN --mount=type=bind,source=
|
28 |
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
|
29 |
--mount=type=bind,source=README.md,target=README.md \
|
30 |
--mount=type=bind,source=src,target=/app/src \
|
|
|
24 |
|
25 |
WORKDIR /app
|
26 |
|
27 |
+
RUN --mount=type=bind,source=uv.lock,target=uv.lock \
|
28 |
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
|
29 |
--mount=type=bind,source=README.md,target=README.md \
|
30 |
--mount=type=bind,source=src,target=/app/src \
|