-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Bug]: docker-compose up does not work with out-of-date main and latest images #1233
Comments
@dkondoetsy thanks for flagging this. cc: @ishaan-jaff / @Rested, i believe the PR #1197 added auto-deploy on gh releases, perhaps a better way would be to do it on pypi publish (already auto-triggered + passes through ci/cd testing). I would assume this is where the change needs to be made - https://github.com/BerriAI/litellm/blob/main/.circleci/config.yml |
Added code to update the ghcr docker image for every new pypi release: cc @dkondoetsy, this will ensure the ghcr container is always on the latest version of litellm |
closing this issue since it's completed, we now auto deploy to ghcr after passing ci/cd feel free to re-open @dkondoetsy |
Awesome, thank you so much Ishaan.
…On Mon, Dec 25, 2023 at 10:09 PM Ishaan Jaff ***@***.***> wrote:
closing this issue since it's completed, we now auto deploy to ghcr after
passing ci/cd
feel free to re-open @dkondoetsy <https://github.com/dkondoetsy>
—
Reply to this email directly, view it on GitHub
<#1233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWHT6RREDEBVMDQCH5N54XDYLJS3NAVCNFSM6AAAAABBA56C4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRZGI4DMMJXGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
had exactly the same problem today |
Double this. |
@ishaan-jaff I used the latest docker image 1.23.9
the proxy config has dummy keys configured for every entry (ollama & openai -> ooboga's) it is working with 1.23.9, using this simple Dockerfile:
that let me assume, someting with the provided image is nok? |
What happened?
With
image: ghcr.io/berriai/litellm:main
in the docker compose yaml file,docker-compose -f docker-compose-litellm.yml up
fails with:even though my litellm config specifies a key.
An error also occurs with
image: ghcr.io/berriai/litellm:latest
If I change the image to
ghcr.io/berriai/litellm:main-v1.15.3
, then docker-compose up works.The
main
andlatest
images look old. So maybe latest should be updated on each release?Relevant log output
No response
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: