From 7df825b380a04e88bb82880da0c0198b7ee42f71 Mon Sep 17 00:00:00 2001 From: chenzhirong <826531489@qq.com> Date: Tue, 14 Oct 2025 12:27:08 +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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11ab423..7db8f13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,13 +4,11 @@ WORKDIR /3Dpoints COPY . . -RUN apt update && apt install -y python3-pip RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple uv # 因版本问题,这一个要在最后手动安装,否则构建镜像失败 ENV UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple -ENV UV_PYTHON_INSTALL_MIRROR=https://registry.npmmirror.com/-/binary/python-build-standalone/ RUN cd /3Dpoints RUN uv sync