Commit 76bb5264 authored by haoyanbin's avatar haoyanbin

1

parent b879fac7
Pipeline #490 canceled with stages
......@@ -2,7 +2,7 @@ FROM python:3.8
WORKDIR /
COPY requirements.txt ./
RUN pip install --upgrade
RUN pip install --upgrade pip
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
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