Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
20 stars 4 forks source link

Include requirements files in metadata #375

Closed WillEngler closed 4 months ago

WillEngler commented 10 months ago

As of #336, users can supply requirements files to the notebook commands. We should save this as metadata for entrypoints just as we currently do for the Docker image locations and such.

Assumptions:

  1. The requirements files should be small enough that we can include them in the search payloads. Maybe impose a sanity check size limit so users can't accidentally break their gardens.

Acceptance Criteria

Given I am interested in learning more about someone's entrypoint that used a requirements file, when I pull down a search entry for that entrypoint, then the requirements file they specified is included.