[build] 暂时移除清华大学镜像源

This commit is contained in:
Wizerd
2024-01-29 15:26:30 +08:00
parent 7555e5065b
commit 4c2b57ebf7

View File

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