fix:修改pyhton镜像地址

This commit is contained in:
张鑫
2025-12-23 08:44:20 +08:00
parent 066fe58f89
commit abd9f2638b

View File

@@ -1,4 +1,4 @@
FROM python:3.10.5
FROM 172.16.102.3:30648/python:3.10.5
WORKDIR /app
RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple