Skip to content

Commit

Permalink
Add libtbb2 to gpu.Dockerfile
Browse files Browse the repository at this point in the history
libtbb2 is need for gpu docker container
see nodeodm bug #219
  • Loading branch information
fri-K committed Jul 16, 2024
1 parent a6bcb28 commit 51a7470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY --from=builder /code /code
COPY --from=builder /usr/local /usr/local
#COPY --from=builder /usr/lib/x86_64-linux-gnu/libavcodec.so.58 /usr/lib/x86_64-linux-gnu/libavcodec.so.58
RUN apt-get update -y \
&& apt-get install -y ffmpeg
&& apt-get install -y ffmpeg libtbb2
# Install shared libraries that we depend on via APT, but *not*
# the -dev packages to save space!
# Also run a smoke test on ODM and OpenSfM
Expand Down

0 comments on commit 51a7470

Please sign in to comment.