Install webui with cuda #1583

Closed
opened 2025-11-11 14:47:49 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @pandaymx on GitHub (Jul 23, 2024).

Bug Report

Description

I run 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:cuda

but python has a error.

RuntimeError: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 500: named symbol not found

Environment

  • Open WebUI Version: default

  • Ollama (if applicable): 0.2.8

  • Operating System: Windows 11

Originally created by @pandaymx on GitHub (Jul 23, 2024). # Bug Report ## Description I run `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:cuda` but python has a error. ``` RuntimeError: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 500: named symbol not found ``` ## Environment - **Open WebUI Version:** default - **Ollama (if applicable):** 0.2.8 - **Operating System:** Windows 11
Author
Owner

@812781385 commented on GitHub (Jul 23, 2024):

Maybe you should try it:
https://github.com/812781385/ollama-webUI

@812781385 commented on GitHub (Jul 23, 2024): Maybe you should try it: https://github.com/812781385/ollama-webUI
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1583