fix: wrap official LiteLLM entrypoint for ADC
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM ghcr.io/berriai/litellm:main-stable
|
||||
|
||||
USER root
|
||||
RUN apk add --no-cache coreutils
|
||||
|
||||
COPY vertex-entrypoint.sh /app/vertex-entrypoint.sh
|
||||
RUN chmod 0755 /app/vertex-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/app/vertex-entrypoint.sh"]
|
||||
Reference in New Issue
Block a user