You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an endpoint that validates Modal files and extracts metadata from them if they are valid. This will be used to enhance the frontend modal app submission page.
Metadata to return will include:
app name
function names
base image and pip requirements
individual function text
This entrypoint (and the helper function that drives it) should also reject Modal apps that do things Garden doesn't want them to do. eg, setting up cron timed execution should be rejected
The text was updated successfully, but these errors were encountered:
We need an endpoint that validates Modal files and extracts metadata from them if they are valid. This will be used to enhance the frontend modal app submission page.
Metadata to return will include:
This entrypoint (and the helper function that drives it) should also reject Modal apps that do things Garden doesn't want them to do. eg, setting up cron timed execution should be rejected
The text was updated successfully, but these errors were encountered: