Skip to content

Commit

Permalink
[Bugfix][Hardware][CPU] Fix intel-omp version to avoid segfault (vllm…
Browse files Browse the repository at this point in the history
…-project#10700)

Signed-off-by: jiang1.li <[email protected]>
  • Loading branch information
bigPYJ1151 authored Nov 27, 2024
1 parent 1209261 commit 418cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
# intel-openmp provides additional performance improvement vs. openmp
# tcmalloc provides better memory allocation efficiency, e.g, holding memory in caches to speed up access of commonly-used objects.
RUN --mount=type=cache,target=/root/.cache/pip \
pip install intel-openmp
pip install intel-openmp==2025.0.1

ENV LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4:/usr/local/lib/libiomp5.so"

Expand Down

0 comments on commit 418cb3b

Please sign in to comment.