Spaces:
Runtime error
Runtime error
Create Dockerfile
#1
by
syaikhipin
- opened
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"]
syaikhipin
changed pull request status to
merged