litellm / Dockerfile
lemonteaa's picture
Update Dockerfile
745ea7a verified
raw
history blame
218 Bytes
FROM ghcr.io/berriai/litellm:main-v1.38.8-stable
WORKDIR /app
COPY litellm_config.yaml .
RUN chmod +x entrypoint.sh
RUN pip install langfuse>=2.0.0 prisma
CMD ["--port", "7860", "--config", "litellm_config.yaml"]