-
Notifications
You must be signed in to change notification settings - Fork 9
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(jobs): MLOps example #64
Conversation
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.
Great example! You were really quick ^^ Would love if you did a quick demo of it!! Or maybe even a blog post :D
My main remark is with secret management (I recommend using serverless container secrets instead of a .env in the image) + unifying the Terraform setup. The rest of the comments can be ignored.
Co-authored-by: Andy Méry <[email protected]>
250aa3d
to
6de9040
Compare
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.
Awesome! It's super clean, and I love using the Terraform provider to create the JobDef 😍
You can ignore my comments, it's all nitpicks.
Summary
Machine Learning workflow example using:
Checklist