Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jul 8, 2023
2 parents 2d458c6 + cbd9c06 commit a444f0c
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 a444f0c

Please sign in to comment.