forked from phoenix/litellm-mirror
Merge remote-tracking branch 'upstream/main' into patch-1
This commit is contained in:
commit
cb13018a28
121 changed files with 23783 additions and 1997 deletions
|
@ -34,6 +34,9 @@ COPY --from=builder /app/wheels /app/wheels
|
|||
|
||||
RUN pip install --no-index --find-links=/app/wheels -r requirements.txt
|
||||
|
||||
# Trigger the Prisma CLI to be installed
|
||||
RUN prisma -v
|
||||
|
||||
EXPOSE 4000/tcp
|
||||
|
||||
# Start the litellm proxy, using the `litellm` cli command https://docs.litellm.ai/docs/simple_proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue