[PR #72] [MERGED] Docker improvements #295

Closed
opened 2026-02-15 20:14:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/72
Author: @marclp
Created: 6/6/2024
Status: Merged
Merged: 6/6/2024
Merged by: @tjbck

Base: mainHead: docker_improvements


📝 Commits (2)

📊 Changes

4 files changed (+9 additions, -4 deletions)

View changed files

.dockerignore (+1 -0)
📝 .gitignore (+3 -1)
📝 Dockerfile (+4 -2)
📝 schemas.py (+1 -1)

📄 Description

By installing requirements.txt before copying the app, the speed of the build process is increased and the size of the updates (docker pull) is decreased
I also added .venv to gitignore and dockerignore as it is common to work with virtual environments for development


🔄 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/pipelines/pull/72 **Author:** [@marclp](https://github.com/marclp) **Created:** 6/6/2024 **Status:** ✅ Merged **Merged:** 6/6/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `docker_improvements` --- ### 📝 Commits (2) - [`ac037b9`](https://github.com/open-webui/pipelines/commit/ac037b94f3c8b47898889034bab6d348aba8f687) Fix: OpenAIChatMessage - [`02e048c`](https://github.com/open-webui/pipelines/commit/02e048c109f3600ae09278bb85fbee1be75abb7d) Improve Dockerfile ### 📊 Changes **4 files changed** (+9 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+1 -0) 📝 `.gitignore` (+3 -1) 📝 `Dockerfile` (+4 -2) 📝 `schemas.py` (+1 -1) </details> ### 📄 Description By installing requirements.txt before copying the app, the speed of the build process is increased and the size of the updates (docker pull) is decreased I also added .venv to gitignore and dockerignore as it is common to work with virtual environments for development --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:14:59 -05:00
yindo closed this issue 2026-02-15 20:14:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#295