File size: 274 Bytes
f1b6ee5
d74a964
f1b6ee5
d74a964
 
 
 
 
 
 
 
f1b6ee5
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM docker.litellm.ai/berriai/litellm-database:main-stable

ENV PORT=7860 \
    HOST=0.0.0.0

WORKDIR /app

COPY config.yaml /app/config.yaml

EXPOSE 7860

# Base image sets ENTRYPOINT to litellm.
CMD ["--port", "7860", "--host", "0.0.0.0", "--config", "/app/config.yaml"]