1
0
Fork 0

Install gpu utilities

This commit is contained in:
ver4a 2025-01-28 21:52:48 +01:00
parent 069f530d30
commit 6f075438b5
2 changed files with 6 additions and 0 deletions

View file

@ -25,6 +25,9 @@ RUN dnf5 -y install --allowerasing ffmpeg
# Install hardware codecs # Install hardware codecs
RUN dnf5 -y install intel-media-driver RUN dnf5 -y install intel-media-driver
# Install gpu utilities
RUN dnf5 -y install igt-gpu-tools
# Install openh264 # Install openh264
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264

View file

@ -25,6 +25,9 @@ RUN dnf5 -y install --allowerasing ffmpeg
# Install hardware codecs # Install hardware codecs
RUN dnf5 -y install intel-media-driver RUN dnf5 -y install intel-media-driver
# Install gpu utilities
RUN dnf5 -y install igt-gpu-tools
# Install openh264 # Install openh264
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264