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 4e35fda commit 9d74b55Copy full SHA for 9d74b55
Dockerfile
@@ -1,11 +1,12 @@
1
FROM python:3.10-slim AS base
2
3
+# COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
4
+COPY --from=ghcr.io/astral-sh/uv:0.8.11 /uv /uvx /bin/
5
+
6
RUN apt-get update && apt-get install -y --no-install-recommends \
- tini curl ca-certificates \
7
+ tini ca-certificates \
8
&& rm -rf /var/lib/apt/lists/*
9
-RUN curl -LsSf https://astral.sh/uv/install.sh | sh -s -- --bin-dir /usr/local/bin
-
10
WORKDIR /app
11
12
COPY pyproject.toml uv.lock* ./
0 commit comments