mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
update
This commit is contained in:
parent
c6d31553e1
commit
a701344879
2 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ WORKDIR /app
|
|||
USER root
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache bash gcc openssl openssl-dev
|
||||
RUN apk add --no-cache bash gcc openssl openssl-dev rust
|
||||
|
||||
RUN python -m pip install build
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ RUN apk add --no-cache \
|
|||
bash \
|
||||
gcc \
|
||||
openssl \
|
||||
openssl-dev
|
||||
openssl-dev \
|
||||
rust
|
||||
|
||||
RUN python -m pip install build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue