使用清华源镜像

This commit is contained in:
2024-09-14 17:01:16 +08:00
parent 698f3fd65e
commit 07afdf21b8

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install -r requirements.txt --no-cache-dir
RUN pip install -r requirements.txt --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple
ENV TZ=Asia/Shanghai