litellm / Dockerfile
lemonteaa's picture
Update Dockerfile
5968773 verified
raw
history blame
223 Bytes
FROM ghcr.io/berriai/litellm:main-v1.38.8-stable
USER root
ENV HOME=/root
WORKDIR /app
COPY litellm_config.yaml .
RUN chmod +x entrypoint.sh
CMD ["--port", "7860", "--config", "litellm_config.yaml", "--detailed_debug"]