Skip to content

Commit d15e76a

Browse files
npanpaliyaIsotr0py
authored andcommitted
Fixed docker build for ppc64le (vllm-project#11518)
Signed-off-by: Nishidha Panpaliya <[email protected]> Signed-off-by: Isotr0py <[email protected]>
1 parent 9dac348 commit d15e76a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile.ppc64le

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44

55
ENV PATH="/usr/local/cargo/bin:$PATH:/opt/conda/bin/"
66

7-
RUN apt-get update -y && apt-get install -y git wget curl vim libnuma-dev libsndfile-dev libprotobuf-dev build-essential ffmpeg libsm6 libxext6 libgl1
7+
RUN apt-get update -y && apt-get install -y git wget curl vim libnuma-dev libsndfile-dev libprotobuf-dev build-essential ffmpeg libsm6 libxext6 libgl1 libssl-dev
88

99
# Some packages in requirements-cpu are installed here
1010
# IBM provides optimized packages for ppc64le processors in the open-ce project for mamba
@@ -18,9 +18,8 @@ ARG GIT_REPO_CHECK=0
1818
RUN --mount=type=bind,source=.git,target=.git \
1919
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh; fi
2020

21-
# These packages will be in rocketce eventually
2221
RUN --mount=type=cache,target=/root/.cache/pip \
23-
pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
22+
RUSTFLAGS='-L /opt/conda/lib' pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
2423
'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
2524
torch==2.3.1 \
2625
-r requirements-cpu.txt \

0 commit comments

Comments
 (0)