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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:shell-scripts📝 Commits (7)
e6e05d4chore: add shebang to shell scripts0c0c595feat(docker): add option to run ollama w/o GPU support93c73d3chore(docker): update ollama docker image tag to latestf87a1c9refactor: update run-ollama-docker.sh8bb68cfrefactor: update run.shfd33f68refactor(run.sh): update with port variablesdb51c22refactor(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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.