mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #5159] [MERGED] feat: add OVERRIDE_PIP_INSTALL env. variable
#8428
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/5159
Author: @drupol
Created: 9/4/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @tjbck
Base:
main← Head:let-customize-pip-install📝 Commits (4)
998616cfix scripts to point to correct path19ee110Merge pull request #5158 from pascallim/fix/start_scripts004700cfeat: addOVERRIDE_PIP_INSTALLenvironment variablea0be382refac📊 Changes
3 files changed (+8 additions, -4 deletions)
View changed files
📝
.github/workflows/integration-test.yml(+3 -3)📝
backend/open_webui/env.py(+4 -0)📝
backend/start_windows.bat(+1 -1)📄 Description
This PR relates to https://github.com/NixOS/nixpkgs/pull/339588
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.Changelog Entry
Description
PIP_INSTALLenv. variable. It let users customize how the rest of the application variables are computed. This is necessary for example under the Nix environment where the installation path of Open-Webui is stored on a readonly store and where the data needs to be stored somewhere else.Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.