Commit 076a454c authored by 陈晨's avatar 陈晨

Update Dockerfile

parent 672ace5f
...@@ -2,7 +2,7 @@ FROM python:3.11-slim-bullseye ...@@ -2,7 +2,7 @@ FROM python:3.11-slim-bullseye
WORKDIR /code/ WORKDIR /code/
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/ #RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/
RUN python -m pip install --upgrade pip RUN python -m pip install --upgrade pip
ADD requirements.txt /code/ ADD requirements.txt /code/
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
......
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