Skip to content

Commit

Permalink
fix an error that mmcv version does not match when when import mmpose (
Browse files Browse the repository at this point in the history
…open-mmlab#1234)

Co-authored-by: zhangwenjun <zhangwenjun@clustar.ai>
  • Loading branch information
2 people authored and liqikai9 committed Mar 28, 2022
1 parent 4e7783a commit 2d94677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN pip install cython
RUN pip install xtcocotools

# Install MMCV
RUN pip install mmcv-full==latest+torch1.6.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html
RUN pip install --no-cache-dir --upgrade pip wheel setuptools
RUN pip install --no-cache-dir mmcv-full==1.3.17 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html

# Install MMPose
RUN conda clean --all
Expand Down

0 comments on commit 2d94677

Please sign in to comment.