Skip to content
Snippets Groups Projects
Commit 84eadc1c authored by Shivam Khandelwal's avatar Shivam Khandelwal
Browse files

Pinned mmcv version to 0.5.1

parent 25bae578
Branches master
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ RUN pip3 install git+https://github.com/AIcrowd/coco.git#subdirectory=PythonAPI ...@@ -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 conda install cython -y && conda clean --all
RUN git clone --branch v1.0rc1 https://github.com/open-mmlab/mmdetection.git /mmdetection RUN git clone --branch v1.0rc1 https://github.com/open-mmlab/mmdetection.git /mmdetection
WORKDIR /mmdetection WORKDIR /mmdetection
RUN pip install mmcv==0.5.1 # pinned mmcv version
RUN pip install --no-cache-dir -e . RUN pip install --no-cache-dir -e .
RUN python3.6 -m pip install aicrowd_api aicrowd-repo2docker RUN python3.6 -m pip install aicrowd_api aicrowd-repo2docker
# Unicode support: # Unicode support:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment