reset docker

pull/1217/head
Mountchicken 2022-07-27 15:31:21 +08:00
parent 0183a73b75
commit 240da99cda
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y git ninja-build libglib2.0-0 libsm6 lib
RUN conda clean --all
RUN pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
RUN pip install mmdet
RUN pip install mmdet==2.23.0
RUN git clone https://github.com/open-mmlab/mmocr.git /mmocr
WORKDIR /mmocr