Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -28,6 +28,7 @@ RUN --mount=type=bind,source=pylock.toml,target=pylock.toml \
|
|
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 \
|
|
|
31 |
uv pip sync pylock.toml
|
32 |
|
33 |
RUN chown -R vocalizr:vocalizr /app
|
|
|
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 \
|
31 |
+
uv export --no-hashes --no-editable --no-dev --quiet -o pylock.toml && \
|
32 |
uv pip sync pylock.toml
|
33 |
|
34 |
RUN chown -R vocalizr:vocalizr /app
|