You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Activity
sabaimran commentedon Oct 29, 2024
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 haspackage: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.sabaimran commentedon Dec 12, 2024
Currently maintaining this in our own fork, with
ghcr.io/khoj-ai/terrarium:latest
. See here: https://github.com/khoj-ai/terrarium.