From bc19a4ada0bdd7f766833d83a9d8b7ff9d37da3e Mon Sep 17 00:00:00 2001 From: zy123 <646228430@qq.com> Date: Thu, 29 Aug 2024 17:49:57 +0800 Subject: [PATCH] 8.29 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da62327..133e398 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN pip config set global.progress_bar off # 安装依赖 RUN pip install --upgrade pip --default-timeout=100 \ - && pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt + && pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt # 将当前目录的内容复制到容器的 /PycharmProjects 中 COPY .. .