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 63ba764 commit 9b0d9f8Copy full SHA for 9b0d9f8
Dockerfile
@@ -2,8 +2,7 @@
2
ARG SERVER_TYPE=fastapi_server
3
4
# === Python environment from uv ===
5
-FROM python:3.10-slim AS builder
6
-COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
+FROM ghcr.io/astral-sh/uv:python3.10-bookworm-slim AS builder
7
8
# Used for build Python packages
9
RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debian.sources \
0 commit comments