mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #758] [CLOSED] Enhance Docker Build Efficiency #7243
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/758
Author: @justinh-rahb
Created: 2/16/2024
Status: ❌ Closed
Base:
main← Head:pip2uv📝 Commits (6)
6a82f42Migrate pip to uv94fdb1bMerge branch 'ollama-webui:main' into pip2uv836ed64Merge branch 'ollama-webui:main' into pip2uva2e48dfMerge branch 'ollama-webui:main' into pip2uv8605f81Merge branch 'ollama-webui:main' into pip2uvb91df06Merge branch 'ollama-webui:main' into pip2uv📊 Changes
2 files changed (+23 additions, -10 deletions)
View changed files
📝
Dockerfile(+9 -3)📝
backend/start.sh(+14 -7)📄 Description
This pull request introduces a significant enhancement to our Dockerfile and associated
start.shscript by transitioning touv, a cutting-edge Python package manager developed by Astral.sh.uvis designed to be a highly efficient drop-in replacement for traditionalpip installoperations, boasting remarkable speed improvements and compatibility with existingpipworkflows.Key Improvements:
uvhas slashed our Docker build times by an impressive 50%. This enhancement is expected to streamline our development pipeline, reducing wait times for builds and deployments significantly.For more details on
uvand its capabilities, visit Astral.sh's uv announcement.I believe these changes will significantly improve our workflow and resource usage, and I look forward to any feedback on this change (even if it's "this might be too new").
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.