[PR #187] [MERGED] add uv path config #357

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/187
Author: @hjlarry
Created: 4/9/2025
Status: Merged
Merged: 4/10/2025
Merged by: @Yeuoly

Base: mainHead: p10


📝 Commits (4)

  • c8a2c1a add uv path config
  • c950141 write uv_path to env during docker build process
  • 7556bd3 Revert "write uv_path to env during docker build process"
  • 15e47c6 add UVPATH

📊 Changes

7 files changed (+27 additions, -9 deletions)

View changed files

📝 .env.example (+4 -0)
📝 docker/local.dockerfile (+1 -0)
📝 internal/core/plugin_manager/launcher.go (+1 -0)
📝 internal/core/plugin_manager/local_runtime/environment_python.go (+13 -9)
📝 internal/core/plugin_manager/local_runtime/type.go (+3 -0)
📝 internal/core/plugin_manager/manager.go (+4 -0)
📝 internal/types/app/config.go (+1 -0)

📄 Description

For the local development environment, uv is typically installed using pipx, so it cannot be located by find_uv_bin.


🔄 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/187 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `p10` --- ### 📝 Commits (4) - [`c8a2c1a`](https://github.com/langgenius/dify-plugin-daemon/commit/c8a2c1a833bde98ea835dd594d6e3b2d8b4b3537) add uv path config - [`c950141`](https://github.com/langgenius/dify-plugin-daemon/commit/c9501411aa8cdf153c04699bc389aa94b32bd03c) write uv_path to env during docker build process - [`7556bd3`](https://github.com/langgenius/dify-plugin-daemon/commit/7556bd3bb248f9c580c36f651c8bbaac753a24d3) Revert "write uv_path to env during docker build process" - [`15e47c6`](https://github.com/langgenius/dify-plugin-daemon/commit/15e47c684ad9db5f80b537de93ba3b3d8c2bca8d) add UVPATH ### 📊 Changes **7 files changed** (+27 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+4 -0) 📝 `docker/local.dockerfile` (+1 -0) 📝 `internal/core/plugin_manager/launcher.go` (+1 -0) 📝 `internal/core/plugin_manager/local_runtime/environment_python.go` (+13 -9) 📝 `internal/core/plugin_manager/local_runtime/type.go` (+3 -0) 📝 `internal/core/plugin_manager/manager.go` (+4 -0) 📝 `internal/types/app/config.go` (+1 -0) </details> ### 📄 Description For the local development environment, `uv` is typically installed using `pipx`, so it cannot be located by `find_uv_bin`. --- <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:41 -05:00
yindo closed this issue 2026-02-16 01:15:41 -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#357