From 36ab47bdb1172d2d2f06eb2e90cbe446b929d33a Mon Sep 17 00:00:00 2001 From: chenjiale Date: Tue, 23 Sep 2025 10:46:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20=E6=9B=B4=E6=96=B0=20Docker?= =?UTF-8?q?file=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=B8=85=E5=8D=8E=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=BA=90=E4=BB=A5=E5=8A=A0=E9=80=9F=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=AE=89=E8=A3=85?= 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 c8e5c0e..1814d1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY requirements.txt . -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple COPY . . -- 2.30.2