mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
feat: using my own pip server #6409
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 @navidatanary-netizen on GitHub (Sep 15, 2025).
Check Existing Issues
Problem Description
I am running on a private network, disconnected from the internet.
I have my own pip server, I would like tools to install packages from there.
without rebuilding the docker image, how can I achieve that? can I set an environment variable or configure in the admin panel?
thanks!
Desired Solution you'd like
environment variable or a place in the admin panel to configure pip server url
Alternatives Considered
rebuilding the docker image and changing the pip conf
Additional Context
No response
@rgaricano commented on GitHub (Sep 15, 2025):
or create a pip.conf and attach it to container: