Add Dockerfile and client.py; deploy to EC2 on AWS via Github Actions#19
Add Dockerfile and client.py; deploy to EC2 on AWS via Github Actions#19jwyang merged 102 commits intomicrosoft:mainfrom
Conversation
…ker-build.yml.j2; update README
…erver_url param in client.py; improve logging
|
@jwyang @FengLi-ust @MaureenZOU @microsoftopensource @HaoZhang534 @eltociear thank you for the excellent work on this repo! I believe this PR is ready to merge. Please let me know if you have any questions/comments! |
Fix formatting
|
Thank you so much for the great effort! @abrichr. Sorry for getting back lately. I left a quick comment above, let's move quickly to merge your PRs. |
|
Thank you @jwyang!
I am unable to find it, perhaps it's in a review that hasn't yet been submitted? 🙏 |
|
Thanks @jwyang! (It looks like that comment is still "Pending", which means others won't see it until the review has been submitted -- see https://github.com/orgs/community/discussions/10369). The Please let me know if I can clarify anything further! 🙏 |
|
oh, my bad, @abrichr, then I think everything looks great! |

Instructions
Summary
This PR implements functionality to automatically deploy SoM to EC2 on AWS via Docker, Github Actions, and boto3.
It also addresses #22 by upgrading gradio to 4.17.0 and adds a working example
client.py.