Commit e1f817b6 authored by haoyanbin's avatar haoyanbin

1

parent 210b8791
FROM python:3.8
WORKDIR /
COPY pip.conf /etc/pip.conf
RUN pip install --upgrade pip
RUN /usr/local/bin/python -m pip install --upgrade pip -i https://pypi.python.org/simple
COPY requirements.txt ./
RUN pip install -r requirements.txt
......
[global] trusted-host=mirrors.aliyun.com index-url=http://mirrors.aliyun.com/pypi/simple
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment