mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-18 12:37:22 +08:00
Fixed build on ppc64le due to openssl conflicts (#18262)
Signed-off-by: Nishidha Panpaliya <nishidha.panpaliya@partner.ibm.com>
This commit is contained in:
parent
dcfe95234c
commit
f880d42582
@ -21,12 +21,8 @@ ENV UV_LINK_MODE=copy
|
|||||||
# Note: A dummy file 'control' is created in /tmp/ to artificially create dependencies between stages when building stages in parallel
|
# Note: A dummy file 'control' is created in /tmp/ to artificially create dependencies between stages when building stages in parallel
|
||||||
# when `--jobs=<N>` is passed with podman build command
|
# when `--jobs=<N>` is passed with podman build command
|
||||||
RUN microdnf install -y openssl-devel dnf \
|
RUN microdnf install -y openssl-devel dnf \
|
||||||
&& dnf install -y https://mirror.stream.centos.org/9-stream/BaseOS/`arch`/os/Packages/centos-gpg-keys-9.0-24.el9.noarch.rpm \
|
&& dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
|
||||||
https://mirror.stream.centos.org/9-stream/BaseOS/`arch`/os/Packages/centos-stream-repos-9.0-24.el9.noarch.rpm \
|
&& dnf config-manager --set-enabled codeready-builder-for-rhel-9-ppc64le-rpms \
|
||||||
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
|
|
||||||
&& dnf config-manager --add-repo https://mirror.stream.centos.org/9-stream/BaseOS/`arch`/os \
|
|
||||||
&& dnf config-manager --add-repo https://mirror.stream.centos.org/9-stream/AppStream/`arch`/os \
|
|
||||||
&& dnf config-manager --set-enabled crb \
|
|
||||||
&& dnf install -y \
|
&& dnf install -y \
|
||||||
git tar gcc-toolset-13 automake libtool numactl-devel lapack-devel \
|
git tar gcc-toolset-13 automake libtool numactl-devel lapack-devel \
|
||||||
pkgconfig xsimd zeromq-devel kmod findutils protobuf* \
|
pkgconfig xsimd zeromq-devel kmod findutils protobuf* \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user