Install gpu utilities
This commit is contained in:
parent
069f530d30
commit
6f075438b5
2 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,9 @@ RUN dnf5 -y install --allowerasing ffmpeg
|
|||
# Install hardware codecs
|
||||
RUN dnf5 -y install intel-media-driver
|
||||
|
||||
# Install gpu utilities
|
||||
RUN dnf5 -y install igt-gpu-tools
|
||||
|
||||
# Install openh264
|
||||
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264
|
||||
|
||||
|
|
|
@ -25,6 +25,9 @@ RUN dnf5 -y install --allowerasing ffmpeg
|
|||
# Install hardware codecs
|
||||
RUN dnf5 -y install intel-media-driver
|
||||
|
||||
# Install gpu utilities
|
||||
RUN dnf5 -y install igt-gpu-tools
|
||||
|
||||
# Install openh264
|
||||
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue