From cbd9c0610143beb289ae77b42c0b40d69bc4c801 Mon Sep 17 00:00:00 2001 From: Dustin Franklin Date: Fri, 23 Jun 2023 16:50:57 -0400 Subject: [PATCH] updated LD_PRELOAD --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 963e65247..e6be2f340 100644 --- a/Dockerfile +++ b/Dockerfile @@ -130,6 +130,6 @@ RUN cd examples/my-recognition && \ cd build && \ cmake ../ && \ make - + # workaround for "cannot allocate memory in static TLS block" -ENV LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1 +ENV LD_PRELOAD=${LD_PRELOAD}:/usr/lib/aarch64-linux-gnu/libgomp.so.1:/lib/aarch64-linux-gnu/libGLdispatch.so.0