From 84eadc1ca353b5741423e0e1ea9f8db5d4bfd49f Mon Sep 17 00:00:00 2001 From: Shivam Khandelwal Date: Thu, 14 May 2020 15:28:46 +0000 Subject: [PATCH] Pinned mmcv version to 0.5.1 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ea64714..8c3f41a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,7 @@ RUN pip3 install git+https://github.com/AIcrowd/coco.git#subdirectory=PythonAPI RUN conda install cython -y && conda clean --all RUN git clone --branch v1.0rc1 https://github.com/open-mmlab/mmdetection.git /mmdetection WORKDIR /mmdetection +RUN pip install mmcv==0.5.1 # pinned mmcv version RUN pip install --no-cache-dir -e . RUN python3.6 -m pip install aicrowd_api aicrowd-repo2docker # Unicode support: -- GitLab