Commit 210b8791 authored by haoyanbin's avatar haoyanbin

1

parent b4343c9a
Pipeline #492 failed with stages
FROM python:3.8
WORKDIR /
COPY pip.conf /etc/pip.conf
RUN pip install --upgrade pip
COPY requirements.txt ./
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install -r requirements.txt
COPY . .
......
[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