material/miscellaneous/mirrors.md
2025-02-27 22:25:34 +08:00

32 lines
1.6 KiB
Markdown

# 镜像合集
- [python](# pip)
- [Docker](# docker)
- [soft](# soft)
## python
以下是部分国内可用的镜像源列表,按不同类型分类整理:
### pip
| 清华大学 | https://pypi.tuna.tsinghua.edu.cn/simple/ | 更新及时,速度较快 |
| 阿里云 | https://mirrors.aliyun.com/pypi/simple/ | 企业级支持,速度极快 |
| 腾讯云 | https://mirrors.cloud.tencent.com/pypi/simple/ | 高速、可靠的云支持 |
| 中国科学技术大学 | https://pypi.mirrors.ustc.edu.cn/simple/ | 稳定高效,适合科研场景 |
| 华为云 | https://repo.huaweicloud.com/repository/pypi/simple/ | 稳定镜像,适用多种网络环境 |
### docker
| DaoCloud | https://docker.m.daocloud.io | 国内老牌服务商 |
| Docker.imgdb.de | https://docker.imgdb.de | 德国镜像站(全球化同步) |
| Docker-0.unsee.tech | https://docker-0.unsee.tech | 亚洲节点加速站 |
| Docker.hlmirror.com | https://docker.hlmirror.com | 国内高校镜像(理论场景专用) |
| Docker.1ms.run | https://docker.1ms.run | 分钟级同步镜像站 |
### soft
| 清华大学开源软件镜像站 | https://mirrors.tuna.tsinghua.edu.cn/ | 综合性开源软件镜像 |
| 阿里云开源镜像站 | https://mirrors.aliyun.com/ | 综合性开源软件镜像 |
| 腾讯云开源镜像站 | https://mirrors.cloud.tencent.com/ | 综合性开源软件镜像 |
| 南京邮电大学 | https://mirrors.njupt.edu.cn/ | 综合性开源软件镜像 |