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...
a6795b4
litellm
/
Dockerfile
lemonteaa
test hypothesis
a6795b4
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
203 Bytes
FROM
ghcr.io/berriai/litellm:main-v1.
38.8
-stable
USER
root
ENV
HOME=/root
WORKDIR
/app
COPY
litellm_config.yaml .
RUN
chmod
+x entrypoint.sh
CMD
[
"--port"
,
"7860"
,
"--config"
,
"litellm_config.yaml"
]