Skip to content

Commit c9c1b59

Browse files
authored
Fix: Python package installation for opentelmetry (vllm-project#17049)
Signed-off-by: Dilip Gowda Bhagavan <dilip.bhagavan@ibm.com>
1 parent 0350809 commit c9c1b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.s390x

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV LANG=C.UTF-8 \
1616
RUN microdnf install -y \
1717
which procps findutils tar vim git gcc gcc-gfortran g++ make patch zlib-devel \
1818
libjpeg-turbo-devel libtiff-devel libpng-devel libwebp-devel freetype-devel harfbuzz-devel \
19-
openssl-devel openblas openblas-devel autoconf automake libtool cmake && \
19+
openssl-devel openblas openblas-devel autoconf automake libtool cmake numpy && \
2020
microdnf clean all
2121

2222
# Python Installation
@@ -123,6 +123,7 @@ ENV UV_LINK_MODE=copy
123123
ENV CARGO_HOME=/root/.cargo
124124
ENV RUSTUP_HOME=/root/.rustup
125125
ENV PATH="$CARGO_HOME/bin:$RUSTUP_HOME/bin:$PATH"
126+
ENV GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
126127

127128
COPY . /workspace/vllm
128129
WORKDIR /workspace/vllm

0 commit comments

Comments
 (0)