We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee4a14 commit 259227eCopy full SHA for 259227e
Dockerfile
@@ -961,7 +961,6 @@ RUN \
961
/buildout/usr/local/lib/libmfx-gen \
962
/buildout/usr/local/lib/mfx \
963
/buildout/usr/local/lib/x86_64-linux-gnu/dri \
964
- /buildout/usr/local/lib/x86_64-linux-gnu/vdpau \
965
/buildout/usr/local/share/vulkan \
966
/buildout/usr/share/fonts \
967
/buildout/usr/share/libdrm \
@@ -990,9 +989,6 @@ RUN \
990
989
cp -a \
991
/usr/local/lib/x86_64-linux-gnu/dri/*.so \
992
/buildout/usr/local/lib/x86_64-linux-gnu/dri/ && \
993
- cp -a \
994
- /usr/local/lib/x86_64-linux-gnu/vdpau/*.so \
995
- /buildout/usr/local/lib/x86_64-linux-gnu/vdpau/ && \
996
997
/usr/lib/x86_64-linux-gnu/dri/i965* \
998
0 commit comments