-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Failed building wheel for detectron2
when installing detectron2 through a docker image in a DigitalOcean droplet
#4994
Comments
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. |
Building wheel for detectron2 (setup.py): still running...
taking a long time when installing detectron in DigitalOcean dropletERROR: Failed building wheel for detectron2
when installing detectron2 through a docker image in a DigitalOcean droplet
Try running |
We had the same issue and it came down to memory limitations. Running our docker file with the command Maybe you can use some memory visualisation tool of your machine to see if the memory is running full while building the image... |
Did you find any answers for your problem because I am facing the same problem. |
I got the same error, is there any update? |
I'm running into an error when installing
detectron2
in a docker image in a digital ocean droplet but it works with no problems when I build the docker image in my local machine.EDIT: Upon rebuilding with
--no-cache
the dockerfile below doesn't include detectron when building for some reason. Didn't have this before.Here's my dockerfile:
I'm using a basic digital ocean droplet with 2 GB Memory / 2 Intel vCPUs / 60 GB Disk / and running Ubuntu 22.10 x64.
Here's the error:
I've also tried with this dockerfile:
But it doesn't install detectron on my local machine.
The text was updated successfully, but these errors were encountered: