Unverified Commit 50db5e35 authored by Ziyi Wu's avatar Ziyi Wu Committed by GitHub
Browse files

remove mmpycocotools in dockerfile (#785)

parent 62c14d2f
...@@ -24,7 +24,3 @@ WORKDIR /mmdetection3d ...@@ -24,7 +24,3 @@ WORKDIR /mmdetection3d
ENV FORCE_CUDA="1" ENV FORCE_CUDA="1"
RUN pip install -r requirements/build.txt RUN pip install -r requirements/build.txt
RUN pip install --no-cache-dir -e . RUN pip install --no-cache-dir -e .
# uninstall pycocotools installed by nuscenes-devkit and reinstall mmpycocotools
RUN pip uninstall pycocotools --no-cache-dir -y
RUN pip install mmpycocotools --no-cache-dir --force --no-deps
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