This commit is contained in:
songw 2023-04-22 07:47:29 +08:00
parent 13bcee7a1b
commit 57fe4058d1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apt-get update && \
RUN apt-get install -y tk
RUN python -m pip install git+https://github.com/cocodataset/panopticapi.git
RUN python -m pip install git+https://ghproxy.com/https://github.com/cocodataset/panopticapi.git
RUN pip3 install --trusted-host pypi.python.org -r requirements.txt