Docker 部署本地pip源
摘要:#1. Dockerfile FROM centos:7.6.1810RUN set -ex \&& yum install -y wget \&& wget https://bootstrap.pypa.io/get-pip.py \&& python get-pip.py\&& pip inst
阅读全文
posted @ 2020-11-13 13:31
posted @ 2020-11-13 13:31