syaikhipin commited on
Commit
c5c52fa
1 Parent(s): af562d4

Create Dockerfile

Browse files

# 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"]

Files changed (1) hide show
  1. Dockerfile +0 -0
Dockerfile ADDED
File without changes