Skip to content

Commit 9b0d9f8

Browse files
authored
Update uv installation in docker deploy (#619)
1 parent 63ba764 commit 9b0d9f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
ARG SERVER_TYPE=fastapi_server
33

44
# === Python environment from uv ===
5-
FROM python:3.10-slim AS builder
6-
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
5+
FROM ghcr.io/astral-sh/uv:python3.10-bookworm-slim AS builder
76

87
# Used for build Python packages
98
RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debian.sources \

0 commit comments

Comments
 (0)