mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #1488] [MERGED] 0.1.118 #91722
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?
📋 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:
main← Head:dev📝 Commits (10+)
50bec32Dockerfile optimisation384b7e8changed from bullseye to bookworm + removed unused steps62ab163Update Dockerfile29e48b1Exposed port 808075a40deCreate Dockerfile-cudaf6cef31Optimize Dockerfile for CUDA supporte3b1cbbParametrize CUDA_VERSION in Dockerfilec004ecdRefactor Dockerfile for CPU and CUDA buildsc5948d3Updated Dockerfile for CUDA backend5abe008cuda 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.