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"] | |
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"] | |