From 4e5159b3cec2c10408a3cf3330b0660a5f1423a5 Mon Sep 17 00:00:00 2001 From: chenzhirong <826531489@qq.com> Date: Tue, 14 Oct 2025 12:28:16 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7db8f13..1b7e5fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,11 @@ WORKDIR /3Dpoints COPY . . -RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple uv +RUN apt update && apt install -y python3-pip git wget + +RUN pip install --upgrade pip + +RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple uv # 因版本问题,这一个要在最后手动安装,否则构建镜像失败 ENV UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple