cohere-ai / cohere-terrarium

A simple Python sandbox for helpful LLM data agents
MIT License
162 stars 26 forks source link

Can we get a Docker image from ghcr? #4

Open sabaimran opened 1 week ago

sabaimran commented 1 week ago

Hey folks, this is an awesome project. We've been using it locally with LLMs and wanted to set it up in production.

Is there any plan to set up a workflow to build docker images in this repository? I can help create a PR that automatically does this via a GitHub action. This is how we do it for our repo.

Let me know if that sounds good, happy to create an initial PR.

sabaimran commented 1 week ago

Hey folks, I figured I'd create the PR since our team is setting this up anyhow. If it's unwanted, feel free to let me know and I can close it.

To finalize it, you will have to go to the settings of the repo and setup a secret called PAT with a token that has package:write permissions.

Once that's present, the deployment should work automatically on any push to main. The CI isn't very sophisticated, but useful as a minimal setup to help developers.