Skip to content
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]: Files missing in docker Litellm #7649

Open
daniyalsaif200 opened this issue Jan 9, 2025 · 6 comments
Open

[Bug]: Files missing in docker Litellm #7649

daniyalsaif200 opened this issue Jan 9, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@daniyalsaif200
Copy link

What happened?

When we clone the project and run with docker compose up, we can see the following error:

  • prod_entrypoint.sh: no such file or directory
  • ./docker/build_admin_ui.sh: not found
    image

Relevant log output

No response

Are you a ML Ops Team?

No

What LiteLLM version are you on ?

latest

Twitter / LinkedIn details

No response

@daniyalsaif200 daniyalsaif200 added the bug Something isn't working label Jan 9, 2025
@freakshock88
Copy link

I have the same issue because I was auto updating litellm. As a workaround I'm now using image version main-v1.56.10.

@mmolinari
Copy link

I have the same issue because I was auto updating litellm. As a workaround I'm now using image version main-v1.56.10.

Thank you, I had the same issue and downgrading to main-v1.56.10 worked for me too.

@TheFitzZZ
Copy link

Same issue, just different file missing for me (using UNRAIDs template, can't access logs right now to verify, sorry). Workaround worked for me all the same.

@taherfattahi
Copy link

I encountered this issue on my Windows device, but everything worked fine on Linux even the latest version of lilellm

@florianoverkamp
Copy link

I though I was running across this too, but it turns out in my case the mount point for config.yaml was the problem. in previous versions you could get away with mounting /app for config settings (since the litellm program itself does not live in there), but that no longer works because there are relevant files for the startup process in there. If this applies to you you need to change the mount point to only mount the config.yaml file, instead of the entire directory.

@insajd
Copy link

insajd commented Jan 28, 2025

Thanks @florianoverkamp
In unRAID, litellm app template currently maps /mnt/user/appdata/litellm/config_example.yaml to Container Path: /app, after changing /app to /app/config.yaml it works now. No need to downgrade to older release, need to fix mapping by editing the parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants