From 89c7fb9bc7ce6c349b5f152e1aa266aaae8eba3c Mon Sep 17 00:00:00 2001 From: chenzhirong <826531489@qq.com> Date: Tue, 14 Oct 2025 13:06:39 +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, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a534ea5..2c7218f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ 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 +ENV UV_PYTHON_INSTALL_MIRROR=https://gh-proxy.com/github.com/indygreg/python-build-standalone/releases/download RUN cd /3Dpoints ENTRYPOINT ["/3Dpoints/run.sh"] EXPOSE 8081