From dd8dcc0d3c32af55d0bbd0aad3c30c16141c571c Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Thu, 8 Aug 2024 13:47:35 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=9B=B4=E6=8D=A2pip=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=BA=90=EF=BC=8C=E6=B8=85=E5=8D=8E=E6=BA=90=E5=9C=A8?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=97=B6=E9=81=87=E5=88=B0404=E9=97=AE?= =?UTF-8?q?=E9=A2=98"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 888d2f76b2f565774007e0c62cc4a6f12c4fb32d. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2991703..46ab57f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED=1 \ # 设置时区 TZ=Asia/Shanghai \ # 设置pip镜像地址,加快安装速度 - PIP_INDEX_URL=http://mirrors.aliyun.com/pypi/simple + PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple # 将当前目录内容复制到容器的/app内 COPY . /app