feat(run): add helloworld samples for FastAPI, Streamlit and Gradio
This PR adds "Hello World" samples for Cloud Run deployments with new buildpacks support for FastAPI (uvicorn), Streamlit and Gradio.
Here is the summary of changes.
You are about to add 2 region tags.
-
run/helloworld-fastapi/main.py:15, tag
cloudrun_helloworld_fastapi -
run/helloworld-streamlit/main.py:15, tag
cloudrun_helloworld_streamlit
This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:
- [ ] Refresh this comment
@jackwotherspoon thanks for the PR. Would it be possible to add a Gradio tutorial too?
We will also have out of the box Gradio support. And Gradio is quite popular in the data / AI community.
Would it be possible to add a Gradio tutorial too?
We will also have out of the box Gradio support. And Gradio is quite popular in the data / AI community.
@steren I have added a Gradio sample, just need to work on some tests for it 👍
Is this PR ready for review? if so please change it away from "draft"
Is this PR ready for review? if so please change it away from "draft"
Yup, the feature has now rolled out, I will work on adding integration tests and then mark ready for review 👍