IDEA-Research / Grounded-Segment-Anything

Grounded SAM: Marrying Grounding DINO with Segment Anything & Stable Diffusion & Recognize Anything - Automatically Detect , Segment and Generate Anything
https://arxiv.org/abs/2401.14159
Apache License 2.0
14.11k stars 1.31k forks source link

Can't run docker image "WSL environment detected but no adapters were found: unknown." #506

Closed beschmitt closed 1 week ago

beschmitt commented 2 weeks ago

I am working in WSL 2 and have cloned the repo to my system.
I can build the image without any problems but as soon as I try to run make run I get the following error:
nividia-container-cli: initialization error: WSL environment detected but no adapters were found: unknown

I'm fairly new to machine learning so it's probably a very obvious mistake.
I also can't enable CUDA on my Laptop since it doesn't have an NVIDIA graphics card, so if CUDA is obligatory to get it to work then please tell me as well.