mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #8657] Docker compose npm install fails on onnxruntime behind corporate proxy #118518
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 @McKayMDavis on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8657
Bug Report
Installation Method
I git cloned the most recent main branch, then attempted to run in development mode using the Docker setup instructions here: https://docs.openwebui.com/getting-started/advanced-topics/development/.
Environment
Open WebUI Version: main branch commit 4269df0
Operating System: Windows 10
Confirmation:
Expected Behavior:
npm reaches out to my internal registry to install dependencies of onnxruntime.
Actual Behavior:
npm reaches out to internal registry as expected for all dependencies except:
npm reaches out to github to install dependencies of onnxruntime-linux-x64-gpu-1.19.2.tgz regardless of npm configuration. This is a known bug with this version of onnxruntime and would be solved by upgrading to the latest version.
Bug:
https://github.com/microsoft/onnxruntime/issues/23231
Fix:
https://github.com/microsoft/onnxruntime/pull/23242
Description
Bug Summary:
See Actual Behavior.
Reproduction Details
Steps to Reproduce:
Attempt Docker development instructions here: https://docs.openwebui.com/getting-started/advanced-topics/development/ from behind a corporate VPN/proxy.
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!