[PR #79] [MERGED] enhance: introduce uv #299

Closed
opened 2026-02-16 01:15:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/79
Author: @Yeuoly
Created: 3/9/2025
Status: Merged
Merged: 3/9/2025
Merged by: @Yeuoly

Base: mainHead: enhance/introduce-uv


📝 Commits (1)

📊 Changes

2 files changed (+28 additions, -17 deletions)

View changed files

📝 docker/local.dockerfile (+3 -0)
📝 internal/core/plugin_manager/local_runtime/environment_python.go (+25 -17)

📄 Description

  1. Introduce uv to speedup dependencies installing
  2. precompile and preload dify_plugin(especially gevent.monkey) to reduce times of first launching

🔄 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/langgenius/dify-plugin-daemon/pull/79 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 3/9/2025 **Status:** ✅ Merged **Merged:** 3/9/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `enhance/introduce-uv` --- ### 📝 Commits (1) - [`21eda7d`](https://github.com/langgenius/dify-plugin-daemon/commit/21eda7d421f129429643a1a721d049a72ecad88d) enhance: introduce uv ### 📊 Changes **2 files changed** (+28 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `docker/local.dockerfile` (+3 -0) 📝 `internal/core/plugin_manager/local_runtime/environment_python.go` (+25 -17) </details> ### 📄 Description 1. Introduce uv to speedup dependencies installing 2. precompile and preload dify_plugin(especially gevent.monkey) to reduce times of first launching --- <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-16 01:15:26 -05:00
yindo closed this issue 2026-02-16 01:15:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#299