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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:cudabut python has a error.
Environment
Open WebUI Version: default
Ollama (if applicable): 0.2.8
Operating System: Windows 11
@812781385 commented on GitHub (Jul 23, 2024):
Maybe you should try it:
https://github.com/812781385/ollama-webUI