File size: 235 Bytes
fa497b5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from ghcr.io/berriai/litellm:main-latest

ENV TZ=Asia/Taipei
ENV OPENAI_API_KEY=any

COPY ./config.yaml /app/config.yaml
EXPOSE 7860

ENTRYPOINT ["litellm"]
CMD [ "--config", "/app/config.yaml", "--port", "7860", "--num_workers", "8" ]