Closed jeeprhymeallthetime closed 1 year ago
Fixed it.
A few months ago github stopped accepting clone requests without keys, so git clone won't work anymore in a docker repo.
I got this to eventually work by using "sudo pip install openmim" and then "sudo mim install [packages]" for the OpenMMLabs pieces. The "sudo" is important here, which is odd since dockers are running as root in the first place, but I disgress.
Something seems to be off with "git clone" not working during the docker build phase. I'm told not to expect to be able to depend on that since docker builds don't come with ssh keys and github doesn't like anonymity.
I tried alternative installs for OpenMMLabs, like OpenMim and "mim install" commands, but that fails as well with a timeout error below:
Is this something that someone else has experienced and solved?