fix:修改pyhton镜像地址
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user