Skip to content

Commit

Permalink
updated LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jun 23, 2023
1 parent c6602dd commit cbd9c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cbd9c06

Please sign in to comment.