There was an error while loading. Please reload this page.
1 parent 8abd2d6 commit 30c49ceCopy full SHA for 30c49ce
cuda-ubuntu.dockerfile
@@ -45,6 +45,10 @@ ENV DEBIAN_FRONTEND=noninteractive
45
ENV NVIDIA_VISIBLE_DEVICES=all
46
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
47
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/*
52
53
# Copy libnpp
54
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