open-mmlab / mmcv

OpenMMLab Computer Vision Foundation
https://mmcv.readthedocs.io/en/latest/
Apache License 2.0
5.73k stars 1.61k forks source link

Resolving Installation Issues for MMCV 1.4.0 in Docker Environment [Docs] #3039

Closed hankeceli closed 3 months ago

hankeceli commented 4 months ago

📚 The doc issue

Hello, I encountered an issue while attempting to install mmcv 1.4.0 in my Docker environment using the provided script:

RUN MMCV_WITH_OPS=1 FORCE_CUDA=1 pip install mmcv==1.4.0 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.10.0/index.html RUN MMCV_WITH_OPS=1 FORCE_CUDA=1 pip install mmcv-full==1.4.0 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.10.0/index.html

Upon inspection of the link https://download.openmmlab.com/mmcv/dist/cu113/torch1.10.0/index.html, I observed that the mmcv 1.4.0 wheels are not present, resulting in an error during installation.

How can I able to download them again?

Thanks.

Suggest a potential alternative/fix

No response