This commit is contained in:
zy123 2024-08-29 17:49:57 +08:00
parent a72fe30e4f
commit bc19a4ada0

View File

@ -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 .. .