Commit b4343c9a authored by haoyanbin's avatar haoyanbin

1

parent 76bb5264
Pipeline #491 canceled with stages
FROM python:3.8 FROM python:3.8
WORKDIR / WORKDIR /
COPY requirements.txt ./
RUN pip install --upgrade pip 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 -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY . . COPY . .
......
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