litellm / Dockerfile
lemonteaa's picture
Update Dockerfile
dc82125 verified
raw
history blame
211 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
CMD ["--port", "7860", "--config", "litellm_config.yaml"]