mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
Error when use Docker #2880
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tamila-2017 on GitHub (Dec 1, 2024).
Your official Docker installation instruction which "GPU Support with Nvidia" are not working:
@panda44312 commented on GitHub (Dec 1, 2024):
The error message "could not select device driver "" with capabilities: gpu" usually means Docker can’t find or use your NVIDIA GPU. This might be due to a few reasons:
NVIDIA Container Toolkit Missing: Docker needs this toolkit to use GPU resources. Make sure it's installed with these commands:
Driver Compatibility: Double-check if your NVIDIA drivers work with your GPU and the CUDA version you're using. Run nvidia-smi to make sure your driver version matches the CUDA toolkit. :)