[Misc] Update dockerfile for CPU to cover protobuf installation (#7182)

This commit is contained in:
PHILO-HE
2024-08-16 01:03:01 +08:00
committed by GitHub
parent 9c1f78d5d6
commit f4da5f7b6d
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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