mirror of https://github.com/open-mmlab/mmocr.git
[Fix]: Use mmdet 2.20.0 in Dockerfile (#763)
parent
a75fc6bf99
commit
9e41054ea4
|
@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y git ninja-build libglib2.0-0 libsm6 lib
|
||||||
RUN conda clean --all
|
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 mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
|
||||||
|
|
||||||
RUN pip install mmdet==2.14.0
|
RUN pip install mmdet==2.20.0
|
||||||
|
|
||||||
RUN git clone https://github.com/open-mmlab/mmocr.git /mmocr
|
RUN git clone https://github.com/open-mmlab/mmocr.git /mmocr
|
||||||
WORKDIR /mmocr
|
WORKDIR /mmocr
|
||||||
|
|
Loading…
Reference in New Issue