kopia lustrzana https://github.com/OpenDroneMap/ODM
Add libtbb2 to gpu.Dockerfile
libtbb2 is need for gpu docker container see nodeodm bug #219pull/1779/head
rodzic
a6bcb28fbd
commit
51a7470ebc
|
@ -39,7 +39,7 @@ COPY --from=builder /code /code
|
||||||
COPY --from=builder /usr/local /usr/local
|
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
|
#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 \
|
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*
|
# Install shared libraries that we depend on via APT, but *not*
|
||||||
# the -dev packages to save space!
|
# the -dev packages to save space!
|
||||||
# Also run a smoke test on ODM and OpenSfM
|
# Also run a smoke test on ODM and OpenSfM
|
||||||
|
|
Ładowanie…
Reference in New Issue