-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add instructions for deploying using docker-compose #295
base: main
Are you sure you want to change the base?
Conversation
fix: add items to parameter manifest (googleapis#293)
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather follow the directions for a specific tools.yaml
(like we do in the quickstart), I think we should keep this example generic (like we did for the Cloud Run page) and have the user provide their own schema and tools.yaml
So it would be good to see the following sections:
- Before you begin
- Configure
tools.yaml
file - Deploy using Docker Compose
- Connecting with Toolbox Client SDK
(Feel free to copy the sections from the Cloud Run page where it makes sense!)
@sujithrpillai -- Thanks for opening a PR! Apologies for taking a few days to respond -- Monday was a holiday in the US. Let me know if you have any questions! |
Co-authored-by: Kurtis Van Gent <[email protected]>
Co-authored-by: Kurtis Van Gent <[email protected]>
Co-authored-by: Kurtis Van Gent <[email protected]>
feat(docker-compose): add Docker compose for GenAI toolkit.
Hi @kurtisvg,
Created a Docker-compose for genai-toolkit.
The update includes,
Solution to issue #288