Skip to content

Commit

Permalink
Merge pull request #1779 from fri-K/master
Browse files Browse the repository at this point in the history
Add libtbb2 to gpu.Dockerfile
  • Loading branch information
pierotofy committed Jul 17, 2024
2 parents a6bcb28 + 51a7470 commit e265c7c
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 e265c7c

Please sign in to comment.