File size: 238 Bytes
dc82125
a6795b4
ca4edf7
 
 
 
a6795b4
 
 
 
 
9f3698b
e0cb8fd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM ghcr.io/berriai/litellm:main-v1.38.8-stable

RUN chown -R 1000:1000 /root /app

USER 1000
ENV HOME=/root
WORKDIR /app

COPY litellm_config.yaml .

RUN chmod +x entrypoint.sh

CMD ["--port", "7860", "--config", "litellm_config.yaml"]