We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5bfd1 commit 4a3c0eaCopy full SHA for 4a3c0ea
projects/pgai/Dockerfile
@@ -8,10 +8,6 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.20 /uv /uvx /bin/
8
9
COPY pyproject.toml uv.lock ./
10
11
-RUN set -e; \
12
- apt-get update; \
13
- apt-get install -y --no-install-recommends build-essential
14
-
15
RUN uv sync --frozen --no-install-project --no-dev
16
17
# Note: some dependencies are not supported on 3.13, do not bump until that is sorted out
0 commit comments