"docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "3611a66e069652bf1cc37fe963fb8998483a581c"
Unverified Commit 36400705 authored by Yezhen Cong's avatar Yezhen Cong Committed by GitHub
Browse files

[Fix]: modify Dockerfile mmdet version (#520)

parent 34155e84
...@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build ...@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
# Install MMCV # Install MMCV
RUN pip install mmcv-full==latest+torch1.6.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html RUN pip install mmcv-full==latest+torch1.6.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
RUN pip install mmdet RUN pip install mmdet==2.11.0
# Install MMDetection # Install MMDetection
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