Replaced pypi.tuna.tsinghua.edu.cn with mirrors.aliyun.com/pypi (#5309)

### What problem does this PR solve?

Replaced pypi.tuna.tsinghua.edu.cn with mirrors.aliyun.com/pypi.
I notice aliyun.com sometimes is much faster than tsinghua.edu.

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2025-02-24 20:15:40 +08:00
committed by GitHub
parent 033a4cf21e
commit eb72d598b1
4 changed files with 3024 additions and 3024 deletions

View File

@ -267,7 +267,7 @@ docker build --build-arg NEED_MIRROR=1 -f Dockerfile -t infiniflow/ragflow:night
```bash
pipx install uv
export UV_INDEX=https://pypi.tuna.tsinghua.edu.cn/simple
export UV_INDEX=https://mirrors.aliyun.com/pypi/simple
```
2. 下载源代码并安装 Python 依赖: