From 51a7470ebc658705c5122980f1532160a595e770 Mon Sep 17 00:00:00 2001 From: "fri.K" Date: Tue, 16 Jul 2024 07:25:41 +0200 Subject: [PATCH] Add libtbb2 to gpu.Dockerfile libtbb2 is need for gpu docker container see nodeodm bug #219 --- gpu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu.Dockerfile b/gpu.Dockerfile index 41290ba20..dae7f1895 100644 --- a/gpu.Dockerfile +++ b/gpu.Dockerfile @@ -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