From 4c2b57ebf7c219828bb865d856a719e7fb2d01af Mon Sep 17 00:00:00 2001 From: Wizerd Date: Mon, 29 Jan 2024 15:26:30 +0800 Subject: [PATCH] =?UTF-8?q?[build]=20=E6=9A=82=E6=97=B6=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=B8=85=E5=8D=8E=E5=A4=A7=E5=AD=A6=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 935dd7d..83e845e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN chmod +x /app/start.sh RUN apt update && apt install -y jq -# 设置 pip 源为清华大学镜像 -RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple +# # 设置 pip 源为清华大学镜像 +# RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple # 安装任何所需的依赖项 RUN pip install --no-cache-dir flask gunicorn requests Pillow flask-cors tiktoken fake_useragent redis