mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
issue: OpenWebui Dockers not compatable with 5090 gpus #4953
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 @LazyDataScientistGit on GitHub (Apr 24, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.5
Ollama Version (if applicable)
0.6.6
Operating System
Windows
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I am using Dockers, with GPU:
docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cudaI get an error message in the Docker console that cudaBlast is not available. From my limited knowlegde it believe the 5090 needs the latest and nighlty version of PyTorch in order to function.
Actual Behavior
CuBlast Error message with Whisper models.
Steps to Reproduce
Requires a 5090 gpu. Just run the docker command with GPU functionality.
Logs & Screenshots
NA
Additional Information
From my limited knowlegde it believe the 5090 needs the latest and nighlty version of PyTorch in order to function.
@Umutayb commented on GitHub (Apr 27, 2025):
It works on my 5090, perhaps you have to install coda 12.8
@LazyDataScientistGit commented on GitHub (Apr 27, 2025):
I am using dockers so it should not matter.
@tjbck commented on GitHub (Apr 28, 2025):
Using docker absolutely does matter, should be addressed in dev.
Related: #13187