mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #14848] Docker container won't start after updating Nvidia driver on host "nvml error: driver/library version mismatch: unknown" #17381
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 @mikef0 on GitHub (Jun 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14848
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.13
Ollama Version (if applicable)
0.4.5
Operating System
Debian
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Docker container should start
Actual Behavior
Docker container which had been running for several months without issues no longer starts after updating Nvidia drivers on host. Docker container.json.log is empty. When starting the container, I get the following error:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown
Steps to Reproduce
Logs & Screenshots
docker-compose.txt
Additional Information
No response