From 6f075438b5e776a6eea1a4cee9031867257a721d Mon Sep 17 00:00:00 2001 From: ver4a Date: Tue, 28 Jan 2025 21:52:48 +0100 Subject: [PATCH] Install gpu utilities --- Dockerfile.gnome | 3 +++ Dockerfile.kde | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Dockerfile.gnome b/Dockerfile.gnome index cac47fb..8fc3a85 100644 --- a/Dockerfile.gnome +++ b/Dockerfile.gnome @@ -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 diff --git a/Dockerfile.kde b/Dockerfile.kde index aa401a7..53363b2 100644 --- a/Dockerfile.kde +++ b/Dockerfile.kde @@ -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