Skip to content

Commit 487c905

Browse files
committed
FIX: library paths to reflect changes in cuda dockerfile
1 parent ef800fe commit 487c905

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

export.dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ ARG DIST=ubuntu
33
FROM scratch
44

55
# Copy libnpp
6-
COPY --from=ffmpeg:cuda-${DIST} /lib/x86_64-linux-gnu/libnppc.so /lib/libnppc.so
7-
COPY --from=ffmpeg:cuda-${DIST} /lib/x86_64-linux-gnu/libnppig.so /lib/libnppig.so
8-
COPY --from=ffmpeg:cuda-${DIST} /lib/x86_64-linux-gnu/libnppicc.so /lib/libnppicc.so
9-
COPY --from=ffmpeg:cuda-${DIST} /lib/x86_64-linux-gnu/libnppidei.so /lib/libnppidei.so
6+
COPY --from=ffmpeg:cuda-${DIST} /lib/x86_64-linux-gnu/libnppc.so.12 /lib/libnppc.so.12
7+
COPY --from=ffmpeg:cuda-${DIST} /lib/x86_64-linux-gnu/libnppig.so.12 /lib/libnppig.so.12
8+
COPY --from=ffmpeg:cuda-${DIST} /lib/x86_64-linux-gnu/libnppicc.so.12 /lib/libnppicc.so.12
9+
COPY --from=ffmpeg:cuda-${DIST} /lib/x86_64-linux-gnu/libnppidei.so.12 /lib/libnppidei.so.12
1010

1111
# Copy ffmpeg
1212
COPY --from=ffmpeg:cuda-${DIST} /usr/bin/ffmpeg /bin/ffmpeg

0 commit comments

Comments
 (0)