mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20994] issue: ollama version in open-webui:ollama docker container is stuck at 0.13.5 #58020
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 @wyattearp on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20994
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
docker pull ghcr.io/open-webui/open-webui:ollama (latest)
Ollama Version (if applicable)
0.13.5
Operating System
Ubuntu 24.04 (arm64)
Browser (if applicable)
Ubuntu 24.04 (arm64)
Confirmation
README.md.Expected Behavior
Ollama version is at the latest available (0.14 or greater)
Actual Behavior
Ollama is stuck at version 0.13.5
Steps to Reproduce
Logs & Screenshots
Additional Information
Talking with @Kemon in the discord revealed there is a package dependency that is holding back ollama:
When doing this ollama is updated:
NOTE: I'm not sure if this is because the :ollama tag is no longer being used / supported OR if it's really an issue with the build tag.
@owui-terminator[bot] commented on GitHub (Jan 28, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20901 issue: Upgrade to 0.7.2 breaks API access
by huornlmj • Jan 23, 2026 •
bug#20327 issue: Unable to use any Open WebUI version newer than 0.6.25 due to hybrid search performance
by galvanoid • Jan 02, 2026 •
bug#16496 issue: Stale ollama version in official docker images
by robmurrer • Aug 11, 2025 •
bug#18145 issue: 0.6.33 regression
by Ark-Levy • Oct 08, 2025 •
bug#14529 issue: Open WebUI does not work on versions after version 0.6.7
by OpenSoftware-World • May 30, 2025 •
bugShow 5 more related issues
#19755 issue: Error: 404, message='Not Found', url='http://ollama:11434/api/embed'
by stevewillett • Dec 04, 2025 •
bug#19376 issue: open-webui docker compose service does not resolve ollama service name
by SorenPoulsen • Nov 21, 2025 •
bug#19417 issue: v0.6.37 SQL Error
by AKHYP • Nov 24, 2025 •
bug#19496 issue: 500 internal server error appears in v0.6.40
by cloudtuotuo • Nov 26, 2025 •
bug#18084 issue: DEV docker image broken
by by-lin • Oct 06, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@tjbck commented on GitHub (Jan 29, 2026):
This requires version update.
@wyattearp commented on GitHub (Jan 30, 2026):
Note that the 0.15.2 version of ollama is running into some other issues with claude code: https://github.com/ollama/ollama/issues/13949
@wyattearp commented on GitHub (Jan 30, 2026):
@tjbck - the reason the
USE_OLLAMA=truedoesn't build anymore is because it's missing thezstdpackage - will you open this back up and I'll submit a PR to fix it.