Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hkitsmallpotato/litellm
rkihacker
/
litellm
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dc82125
litellm
/
Dockerfile
lemonteaa
Update Dockerfile
dc82125
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
211 Bytes
FROM
ghcr.io/berriai/litellm:main-v1.
38.8
-stable
WORKDIR
/app
COPY
litellm_config.yaml .
RUN
chmod
+x entrypoint.sh
RUN
pip install langfuse>=2.0.0
CMD
[
"--port"
,
"7860"
,
"--config"
,
"litellm_config.yaml"
]