mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #16499] [CLOSED] fix ollama version being stale/cached in docker image #47199
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16499
Author: @robmurrer
Created: 8/11/2025
Status: ❌ Closed
Base:
dev← Head:rob_fix_ollama_version_stale_docker📝 Commits (9)
8831e49break cache on ollama build so that it pulls latest240e972ok so we need to break cache earlier cause we remove stuff in #cleanup9311b7foh it is just one giant line... :)a563dffno {}?8294aacreal bust that cache this time05c06fbsome debug... doesn't seem to show in the github :(68ba67eso lets see if this will work...6bebe81emit timestamp to filesystem to bust cache91abc02Merge branch 'rob_fix_ollama_version_stale_docker' of https://github.com/robmurrer/open-webui into rob_fix_ollama_version_stale_docker📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
Dockerfile(+3 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.not sure it is needed but i can send a follow up
Changelog Entry
Description
Fixes the problem of Lllama curl command not being called because of Docker caching. We emit a simple file to break the cache. not sure if this is what we want but it seems to work. Fixes: #16496
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.