mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
CrashLoopBackOff offline installation #1261
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 @redno2 on GitHub (Jun 14, 2024).
Bug Report
Description
Bug Summary:
Try to deploy the helm chart and kubernetes manifests, both fail in offline setup.
"Cannot determine model snapshot path: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input."
Try to tests without success:
https://github.com/open-webui/open-webui/discussions/918
https://github.com/open-webui/open-webui/pull/1419
Steps to Reproduce:
Deploy in offline mode
Expected Behavior:
Work without internet connection
Actual Behavior:
Pod CrashLoopBackOff
Environment
Open WebUI Version: 0.3.4 and dev
Ollama (if applicable): 0.1.43
Operating System: Ubuntu 22.04
Reproduction Details
Confirmation:
Logs and Screenshots
Docker Container Logs:
Installation Method
Both method here : https://docs.openwebui.com/getting-started/installation
Installed to a local kind cluster
Additional Information