We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0350809 commit c9c1b59Copy full SHA for c9c1b59
docker/Dockerfile.s390x
@@ -16,7 +16,7 @@ ENV LANG=C.UTF-8 \
16
RUN microdnf install -y \
17
which procps findutils tar vim git gcc gcc-gfortran g++ make patch zlib-devel \
18
libjpeg-turbo-devel libtiff-devel libpng-devel libwebp-devel freetype-devel harfbuzz-devel \
19
- openssl-devel openblas openblas-devel autoconf automake libtool cmake && \
+ openssl-devel openblas openblas-devel autoconf automake libtool cmake numpy && \
20
microdnf clean all
21
22
# Python Installation
@@ -123,6 +123,7 @@ ENV UV_LINK_MODE=copy
123
ENV CARGO_HOME=/root/.cargo
124
ENV RUSTUP_HOME=/root/.rustup
125
ENV PATH="$CARGO_HOME/bin:$RUSTUP_HOME/bin:$PATH"
126
+ENV GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
127
128
COPY . /workspace/vllm
129
WORKDIR /workspace/vllm
0 commit comments