mirror of
https://github.com/langgenius/dify-sandbox.git
synced 2026-07-25 21:46:12 -04:00
[PR #183] feat: add trusted-host args in pip install #192
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/langgenius/dify-sandbox/pull/183
Author: @zhuzihao-hz
Created: 8/8/2025
Status: 🔄 Open
Base:
main← Head:feat-http-pip-mirror📝 Commits (1)
aee49ddfeat: add trusted-host args in pip install📊 Changes
1 file changed (+19 additions, -0 deletions)
View changed files
📝
internal/core/runner/python/setup.go(+19 -0)📄 Description
To ensure that the pip mirror URL of http protocol can also be used. I added "trusted-host" args in the pip install command. This is related to #109 .
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.