Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
syaikhipin
/
litellm
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
9d780c5
litellm
/
Dockerfile
syaikhipin
Update Dockerfile
9d780c5
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
191 Bytes
# Use the specified image as the base
FROM
ghcr.io/berriai/litellm:main-latest
# Expose port 7860
EXPOSE
7860
# The command to run when the container starts
CMD
[
"--config"
,
"config.yaml"
]