[PR #433] [MERGED] refactor: run.sh and run-ollama-docker.sh #35963

Closed
opened 2026-04-25 10:04:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/433
Author: @ghost
Created: 1/9/2024
Status: Merged
Merged: 1/9/2024
Merged by: @tjbck

Base: mainHead: shell-scripts


📝 Commits (7)

  • e6e05d4 chore: add shebang to shell scripts
  • 0c0c595 feat(docker): add option to run ollama w/o GPU support
  • 93c73d3 chore(docker): update ollama docker image tag to latest
  • f87a1c9 refactor: update run-ollama-docker.sh
  • 8bb68cf refactor: update run.sh
  • fd33f68 refactor(run.sh): update with port variables
  • db51c22 refactor(run-ollama-docker.sh): update with port variables

📊 Changes

2 files changed (+37 additions, -11 deletions)

View changed files

📝 run-ollama-docker.sh (+18 -6)
📝 run.sh (+19 -5)

📄 Description

This pull request includes a few updates to shell scripts:

  • Added shebang to shell scripts.
  • Added user prompt to run ollama in docker with or without GPU support.
  • Updated ollama Docker image tag to the latest version.
  • Update scripts with port variables.
  • Refactored run-ollama-docker.sh and run.sh scripts for better readability.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/433 **Author:** [@ghost](https://github.com/ghost) **Created:** 1/9/2024 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `shell-scripts` --- ### 📝 Commits (7) - [`e6e05d4`](https://github.com/open-webui/open-webui/commit/e6e05d46415e4ec2619ae89eea479f7837a5dc89) chore: add shebang to shell scripts - [`0c0c595`](https://github.com/open-webui/open-webui/commit/0c0c5955c61ae64422374a53bd72a6e36f714dad) feat(docker): add option to run ollama w/o GPU support - [`93c73d3`](https://github.com/open-webui/open-webui/commit/93c73d355bd7bd83fb9d6b774b3b073e911f9e80) chore(docker): update ollama docker image tag to latest - [`f87a1c9`](https://github.com/open-webui/open-webui/commit/f87a1c95435832ad21f5e32ac57bf1bd5ae4c80c) refactor: update run-ollama-docker.sh - [`8bb68cf`](https://github.com/open-webui/open-webui/commit/8bb68cfcaece11ce9fca34dc39d3a4f82e7bd54d) refactor: update run.sh - [`fd33f68`](https://github.com/open-webui/open-webui/commit/fd33f68f284512e0f55ba07dabe0083c3132e46a) refactor(run.sh): update with port variables - [`db51c22`](https://github.com/open-webui/open-webui/commit/db51c22093f8bdee48a5444dbbe4fb30cd2b1b98) refactor(run-ollama-docker.sh): update with port variables ### 📊 Changes **2 files changed** (+37 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `run-ollama-docker.sh` (+18 -6) 📝 `run.sh` (+19 -5) </details> ### 📄 Description This pull request includes a few updates to shell scripts: - Added shebang to shell scripts. - Added user prompt to run ollama in docker with or without GPU support. - Updated ollama Docker image tag to the latest version. - Update scripts with port variables. - Refactored run-ollama-docker.sh and run.sh scripts for better readability. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 10:04:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#35963