litellm / Dockerfile
lemonteaa's picture
Update Dockerfile
3b45c72 verified
raw
history blame
265 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
RUN chown -R 1000 /root/.cache/prisma-python/binaries/5.4.2/
CMD ["--port", "7860", "--config", "litellm_config.yaml"]