Unverified Commit 7e6a1146 authored by Wenhao Wu's avatar Wenhao Wu Committed by GitHub
Browse files

[Fix] Update mmdet & mmseg versions in Dockerfile (#992)

parent 180ad042
...@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build ...@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
# Install MMCV, MMDetection and MMSegmentation # Install MMCV, MMDetection and MMSegmentation
RUN pip install mmcv-full==1.3.8 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html RUN pip install mmcv-full==1.3.8 -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.17.0
RUN pip install mmsegmentation==0.14.1 RUN pip install mmsegmentation==0.18.0
# Install MMDetection3D # Install MMDetection3D
RUN conda clean --all RUN conda clean --all
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment