8000 feat: support more file protocols support in `include` · Issue #1160 · tensorchord/envd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
feat: support more file protocols support in include #1160
Open
@Zheaoli

Description

@Zheaoli

Description


Message from the maintainers:

Myself, I meet some circumstances that are not supported by the end. Here's the detail

the envd allows people to use include function to include the existing library to reuse the code. In my circumstance, I don't want to make my code public so that the code repo would be private. But for now, the envd include mechanism supports pure HTTP and HTTP git only.

So maybe we can support more file protocols in include. I think we can use the URL scheme to identify different file protocols. For example:

  1. http://
  2. git+http://
  3. gti+ssh://
  4. s3://
  5. ....

Metadata

Metadata

Assignees

Type

No type
3417

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0