File size: 191 Bytes
9d780c5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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"]