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
@ -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…
Reference in New Issue
Block a user