Skip to content

Commit

Permalink
preload libgomp
Browse files Browse the repository at this point in the history
  • Loading branch information
roflcoopter committed Apr 1, 2023
1 parent 68a19be commit fd86c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/jetson-nano/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ ARG JETPACK_VERSION_MAJOR
ARG JETPACK_VERSION_MINOR
ARG JETSON_NANO_FFMPEG_APT_VERSION
ENV \
LD_LIBRARY_PATH="/usr/lib/aarch64-linux-gnu/tegra:/usr/lib/aarch64-linux-gnu/tegra-egl"
LD_LIBRARY_PATH="/usr/lib/aarch64-linux-gnu/tegra:/usr/lib/aarch64-linux-gnu/tegra-egl" \
LD_PRELOAD="/usr/lib/aarch64-linux-gnu/libgomp.so.1"

RUN \
cd /usr/local/bin && \
Expand Down

0 comments on commit fd86c13

Please sign in to comment.