mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 18:27:02 +08:00
[Misc] Update dockerfile for CPU to cover protobuf installation (#7182)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip install intel-openmp
|
||||
|
||||
ENV LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4:/usr/local/lib/libiomp5.so:$LD_PRELOAD"
|
||||
ENV LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4:/usr/local/lib/libiomp5.so"
|
||||
|
||||
RUN echo 'ulimit -c 0' >> ~/.bashrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user