Docker 内使用Dockerfile 更改国内源

dockerfile 中添加pip 更改国内源
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
 
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(linux,运维,服务器)