-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Create GitHub Action to automatically build docker images #655
Conversation
…a environment variable.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @coconut49 what does
mean? |
Hi @krrishdholakia Could you kindly navigate to https://github.com/BerriAI/litellm/actions/workflows/docker.yml and click on the |
+1 here, would be great if y'all published the package @krrishdholakia! 😄 |
done @coconut49 @SlapDrone / @coconut49 any help understanding why y'all are doing this would be great, so we can actually make this better for your use-case. attaching my calendly, even a 10 minute chat on this would help a lot - https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat. |
fyi - @coconut49 @SlapDrone there was an issue with the build |
what's the right naming scheme for docker images? |
cc: @ishaan-jaff i think you've worked on this |
@krrishdholakia lowercase (berriai) and I think typically for ghcr the tag should match the branch, so
Sorry I am in the absolute worst time zone for this haha! But hopefully it's simple enough: At least for me the use-case is literally just to be able to pull (an up-to-date) litellm directly from a docker repository (i.e. |
@SlapDrone thanks. What does:
Is this our simple-proxy that you're trying to spin up? https://github.com/BerriAI/litellm/tree/main/openai-proxy? |
Hey @coconut49 @SlapDrone got an image deployed - https://github.com/orgs/BerriAI/packages/container/package/litellm Will formalize this into a proper workflow |
Hi @krrishdholakia I have merged the #678 . Can you try to create a docker build in GitHub Action again? |
+1, will be super nice to get the CI pipeline publishing packages regularly. |
Hi there,
I wanted to let you know that this PR is essentially the same as #634. However, I regret to inform you that I had misconfigured the Github Pull App, which caused the changes to be purged by the Pull Bot before the code merge. I have since removed the Bot and am resubmitting the code once more.
Would it be possible for you to create a docker build in GitHub Action after the code merge? It would be greatly appreciated.
Thank you.