mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-27 17:04:57 -05:00
[GH-ISSUE #23151] issue: Latest docker image ghcr.io/open-webui/open-webui:ollama fails #123211
Reference in New Issue
Block a user
Originally created by @RattyDAVE on GitHub (Mar 27, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23151
Check Existing Issues
Installation Method
Docker
Open WebUI Version
Latest in Docker
Ollama Version (if applicable)
Latest in Docker
Operating System
CachyOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Docker starts the container with no errors.
Actual Behavior
Docker has this error.
docker: 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: failed to fulfil mount request: open /usr/lib/libnvidia-gtk3.so.595.58.03: no such file or directory
Steps to Reproduce
Run the following:
Logs & Screenshots
637965a77a77223a8bde671cf839d208b40e3c7b021f5d17454733b45ff343a3
docker: 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: failed to fulfil mount request: open /usr/lib/libnvidia-gtk3.so.595.58.03: no such file or directory
Additional Information
No response
@pr-validator-bot commented on GitHub (Mar 27, 2026):
⚠️ Invalid Issue Title
Hey @RattyDAVE, please provide a descriptive title for your issue. Titles that are empty, very short (under 10 characters), or generic (like "issue:" or "feat:") make it difficult for volunteer contributors to understand and triage issues.
Please update the title to reflect the content of your issue.
⚠️ Missing Issue Title Prefix
@RattyDAVE, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@RattyDAVE commented on GitHub (Mar 27, 2026):
I have found the issue.
Somehow the Nvidia got updated automatically.
I reran:
All is well!