Commit b879fac7 authored by haoyanbin's avatar haoyanbin

1

parent bb4e894a
Pipeline #489 canceled with stages
......@@ -2,6 +2,7 @@ FROM python:3.8
WORKDIR /
COPY requirements.txt ./
RUN pip install --upgrade
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