mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 18:15:39 -04:00
[PR #72] [MERGED] Docker improvements #295
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/pipelines/pull/72
Author: @marclp
Created: 6/6/2024
Status: ✅ Merged
Merged: 6/6/2024
Merged by: @tjbck
Base:
main← Head:docker_improvements📝 Commits (2)
ac037b9Fix: OpenAIChatMessage02e048cImprove Dockerfile📊 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.