Closed hankeceli closed 8 months ago
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.
No response
📚 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