Earn 50,400 ($504.00)
Help me debug Docker builds and deployments to Azure
Bounty Description
Help me debug my code and set up my Docker based app on Azure.
My task this week is to be able to A) build docker images of cohere-toolkit with custom frontend or backend changes, and B) deploy them to Azure
I need some extra help with the Azure part.
Before I accept your application, can you briefly describe how you plan to approach to deploying containers on Azure, or if you need more information?
I need help with making sure that I can deploy this particular codebase.
Note that they have some azure json templates in the repository.
The documentation on the "Standalone deployment" is even a one click "Deploy to Azure" file but it deploys a prebuilt container.
My anticipated workflow is: 1. Fork cohere-toolkit 2. Run tests and build in Github Actions (based on the workflows defined in .github/ as usual) 3. Push the built image(s) to ghcr 4. Trigger a deployment to Azure when the container image.
Try the cohere one-click deployment if you want to see how it works, so my problem is how to customize and reliably deploy new customizations to this codebase.
Requirements:
"Done" means we can just easily deploy this codebase from a git commit to Azure in a reliable way.