Skip to content

Commit 30c49ce

Browse files
author
Markus Perl
committed
Readme Badge fix
1 parent 8abd2d6 commit 30c49ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎cuda-ubuntu.dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ ENV DEBIAN_FRONTEND=noninteractive
4545
ENV NVIDIA_VISIBLE_DEVICES=all
4646
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
4747

48+
# install va-driver
49+
RUN apt-get update \
50+
&& apt-get -y install libva-drm2 \
51+
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
4852

4953
# Copy libnpp
5054
COPY --from=build /usr/local/cuda-12.9/targets/x86_64-linux/lib/libnppc.so /lib/x86_64-linux-gnu/libnppc.so.12

0 commit comments

Comments
 (0)