mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #19579 from BerriAI/litellm_cicd_fix_yj_011
[Infra] CI/CD - Adding python3-dev to Non Root Dockerfile
This commit is contained in:
commit
5e79a373fa
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ USER root
|
|||
RUN for i in 1 2 3; do \
|
||||
apk add --no-cache \
|
||||
python3 \
|
||||
python3-dev \
|
||||
py3-pip \
|
||||
clang \
|
||||
llvm \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue