From 888d2f76b2f565774007e0c62cc4a6f12c4fb32d Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Thu, 8 Aug 2024 13:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2pip=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90=EF=BC=8C=E6=B8=85=E5=8D=8E=E6=BA=90=E5=9C=A8=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=97=B6=E9=81=87=E5=88=B0404=E9=97=AE=E9=A2=98?= 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 46ab57f..2991703 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED=1 \ # 设置时区 TZ=Asia/Shanghai \ # 设置pip镜像地址,加快安装速度 - PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple + PIP_INDEX_URL=http://mirrors.aliyun.com/pypi/simple # 将当前目录内容复制到容器的/app内 COPY . /app