mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #3216] Failed to run CUDA within Windows Desktop #51841
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 @albertmkc on GitHub (Jun 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3216
Discussed in https://github.com/open-webui/open-webui/discussions/3213
Originally posted by albertmkc June 16, 2024
I used the command as suggested on Ollama.com to run locally in Windows Docker with CUDA, Ollama separately installed. Successful a month ago with my PC with RTX3090 and inference with GPU with no problem.
Today, I accidentally deleted the container and using the same image pulled before, then it prompts me NVIDIA driver is not available.
I have reinstalled everything, e.g. Nvidia drivers from website, docker 4.31 (latest released), and even the entire system, it is still not working. I believe it had updated something from the PYTorch library but I have no Python/ Docker/ Linux knowledge to fix it.
Can someone help me out on this? Thanks!
@pkeffect commented on GitHub (Jun 16, 2024):
Did you also install
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
This is needed for Docker to talk to your gpu.
Edited for correct link.
@tjbck commented on GitHub (Jun 16, 2024):
#2527
@albertmkc commented on GitHub (Jul 7, 2024):
Thanks! Eventually it was the docker version which is not compatible. After upgrade (requires reinstall of SD) it is working now! Thanks for support.