File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV LANG=C.UTF-8 \
1616RUN 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
123123ENV CARGO_HOME=/root/.cargo
124124ENV RUSTUP_HOME=/root/.rustup
125125ENV PATH="$CARGO_HOME/bin:$RUSTUP_HOME/bin:$PATH"
126+ ENV GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
126127
127128COPY . /workspace/vllm
128129WORKDIR /workspace/vllm
You can’t perform that action at this time.
0 commit comments