[PR #1488] [MERGED] 0.1.118 #20684

Closed
opened 2026-04-20 03:07:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1488
Author: @tjbck
Created: 4/10/2024
Status: Merged
Merged: 4/10/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 50bec32 Dockerfile optimisation
  • 384b7e8 changed from bullseye to bookworm + removed unused steps
  • 62ab163 Update Dockerfile
  • 29e48b1 Exposed port 8080
  • 75a40de Create Dockerfile-cuda
  • f6cef31 Optimize Dockerfile for CUDA support
  • e3b1cbb Parametrize CUDA_VERSION in Dockerfile
  • c004ecd Refactor Dockerfile for CPU and CUDA builds
  • c5948d3 Updated Dockerfile for CUDA backend
  • 5abe008 cuda support

📊 Changes

61 files changed (+1824 additions, -710 deletions)

View changed files

📝 .github/workflows/build-release.yml (+11 -0)
📝 .github/workflows/docker-build.yaml (+335 -17)
📝 CHANGELOG.md (+20 -0)
📝 Dockerfile (+86 -50)
📝 README.md (+14 -11)
📝 backend/apps/audio/main.py (+6 -1)
📝 backend/apps/ollama/main.py (+2 -1)
📝 backend/apps/rag/main.py (+45 -27)
📝 backend/apps/rag/utils.py (+42 -0)
📝 backend/apps/web/models/auths.py (+8 -2)
📝 backend/apps/web/models/chats.py (+12 -0)
📝 backend/apps/web/models/users.py (+8 -3)
📝 backend/apps/web/routers/auths.py (+5 -1)
📝 backend/apps/web/routers/chats.py (+9 -1)
📝 backend/config.py (+44 -21)
📝 backend/main.py (+16 -11)
📝 backend/start.sh (+16 -6)
docker-compose.amdgpu.yaml (+8 -0)
📝 docker-compose.yaml (+2 -2)
📝 kubernetes/helm/templates/_helpers.tpl (+4 -0)

...and 41 more files

📄 Description

No description provided


🔄 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/1488 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/10/2024 **Status:** ✅ Merged **Merged:** 4/10/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`50bec32`](https://github.com/open-webui/open-webui/commit/50bec3215338876270c139df2f52845e03023c26) Dockerfile optimisation - [`384b7e8`](https://github.com/open-webui/open-webui/commit/384b7e8462d6499f32226e94f54b61e24867af7c) changed from bullseye to bookworm + removed unused steps - [`62ab163`](https://github.com/open-webui/open-webui/commit/62ab163316d736cf3c0b3bd2b9389e5c3426225c) Update Dockerfile - [`29e48b1`](https://github.com/open-webui/open-webui/commit/29e48b1c1f9bf83cce58e6ea6bc6f620eef9a5f8) Exposed port 8080 - [`75a40de`](https://github.com/open-webui/open-webui/commit/75a40dead6d201b5ea1a242afb8d73962602d22e) Create Dockerfile-cuda - [`f6cef31`](https://github.com/open-webui/open-webui/commit/f6cef312f2386aebee19da62692c635e8f88c1df) Optimize Dockerfile for CUDA support - [`e3b1cbb`](https://github.com/open-webui/open-webui/commit/e3b1cbbb86997881f5984b7a6afa2716cf898a61) Parametrize CUDA_VERSION in Dockerfile - [`c004ecd`](https://github.com/open-webui/open-webui/commit/c004ecdccc8cffc42776626f91d42ebba193bd7d) Refactor Dockerfile for CPU and CUDA builds - [`c5948d3`](https://github.com/open-webui/open-webui/commit/c5948d3e2ca4bc226753691d438de04352e032cc) Updated Dockerfile for CUDA backend - [`5abe008`](https://github.com/open-webui/open-webui/commit/5abe0089cb7bf67b639ee241be3f824d58e86cee) cuda support ### 📊 Changes **61 files changed** (+1824 additions, -710 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-release.yml` (+11 -0) 📝 `.github/workflows/docker-build.yaml` (+335 -17) 📝 `CHANGELOG.md` (+20 -0) 📝 `Dockerfile` (+86 -50) 📝 `README.md` (+14 -11) 📝 `backend/apps/audio/main.py` (+6 -1) 📝 `backend/apps/ollama/main.py` (+2 -1) 📝 `backend/apps/rag/main.py` (+45 -27) 📝 `backend/apps/rag/utils.py` (+42 -0) 📝 `backend/apps/web/models/auths.py` (+8 -2) 📝 `backend/apps/web/models/chats.py` (+12 -0) 📝 `backend/apps/web/models/users.py` (+8 -3) 📝 `backend/apps/web/routers/auths.py` (+5 -1) 📝 `backend/apps/web/routers/chats.py` (+9 -1) 📝 `backend/config.py` (+44 -21) 📝 `backend/main.py` (+16 -11) 📝 `backend/start.sh` (+16 -6) ➕ `docker-compose.amdgpu.yaml` (+8 -0) 📝 `docker-compose.yaml` (+2 -2) 📝 `kubernetes/helm/templates/_helpers.tpl` (+4 -0) _...and 41 more files_ </details> ### 📄 Description _No description provided_ --- <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-20 03:07:14 -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#20684