|
@@ -11,7 +11,7 @@ RUN apt-get update -y \
|
|
|
# tcmalloc provides better memory allocation efficiency, e.g, holding memory in caches to speed up access of commonly-used objects.
|
|
|
RUN 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
|
|
|
|