We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad317a5 commit de6bb44Copy full SHA for de6bb44
Dockerfile
@@ -51,7 +51,7 @@ RUN mkdir -p /home/dataline/backend
51
# https://docs.astral.sh/uv/guides/integration/docker/#non-editable-installs
52
# Mount the lock and pyproject.toml to speed up image build time if these files are not changed
53
RUN --mount=from=ghcr.io/astral-sh/uv,source=/uv,target=/bin/uv \
54
- --mount=type=cache,id=uvcache,target=/root/.cache/uv \
+ --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
55
--mount=type=bind,source=backend/uv.lock,target=uv.lock \
56
--mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
57
uv sync --no-dev --frozen --no-install-project
0 commit comments