Skip to content

Commit

Permalink
docs: Added uv docs link to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Jan 23, 2025
1 parent 8bf0756 commit 0ac5125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apt update && apt install --no-install-recommends libpq5 -y
RUN mkdir -p /home/dataline/backend

# Temporarily use uv command from remote image to install dependencies
# https://docs.astral.sh/uv/guides/integration/docker/#non-editable-installs
# Mount the lock and pyproject.toml to speed up image build time if these files are not changed
RUN --mount=from=ghcr.io/astral-sh/uv,source=/uv,target=/bin/uv \
--mount=type=cache,target=/root/.cache/uv \
Expand Down

0 comments on commit 0ac5125

Please sign in to comment.