Skip to content

Commit

Permalink
remove mmpycocotools in dockerfile (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuziyi616 authored Jul 25, 2021
1 parent 62c14d2 commit 50db5e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ WORKDIR /mmdetection3d
ENV FORCE_CUDA="1"
RUN pip install -r requirements/build.txt
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

0 comments on commit 50db5e3

Please sign in to comment.