File size: 271 Bytes
1d77e63
 
 
 
 
 
 
 
 
 
4565769
1
2
3
4
5
6
7
8
9
10
11
# Use the database-specific LiteLLM image (crucial for Postgres support)
FROM ghcr.io/berriai/litellm-database:latest

WORKDIR /app

COPY config.yaml /app/config.yaml

EXPOSE 7860

# CMD to run the proxy on port 7860
CMD ["--config", "/app/config.yaml", "--port", "7860"]