Closed josh3255 closed 1 year ago
The Dockerfile in this repo is directly taken from mmdet repo and we do not use it
okay. i'll fix it and make a pull request.
When create and run a docker image using a Dockerfile, the following error occurs.
ModuleNotFoundError: No module named 'mmengine'
After that, install and run mmengine using pip, the following error occurs.
AssertionError: MMCV==1.3.17 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.
How was it resolved in the end?
When create and run a docker image using a Dockerfile, the following error occurs.
After that, install and run mmengine using pip, the following error occurs.