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:
yuneng-jiang 2026-01-22 10:38:11 -08:00 committed by GitHub
commit 5e79a373fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \