Skip to content

Commit

Permalink
chore(ci): use mesa-vdpau-drivers from Terra, no need to enable fedor…
Browse files Browse the repository at this point in the history
…a-multimedia
  • Loading branch information
KyleGospo committed Feb 3, 2025
1 parent 2ed036f commit 16bf60d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -787,11 +787,9 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
--mount=type=bind,from=nvidia-akmods,src=/rpms,dst=/tmp/akmods-rpms \
--mount=type=tmpfs,dst=/tmp \
dnf5 -y copr enable ublue-os/staging && \
dnf5 config-manager setopt fedora-multimedia.enabled=1 && \
dnf5 -y install \
mesa-vdpau-drivers.x86_64 \
mesa-vdpau-drivers.i686 && \
dnf5 config-manager setopt fedora-multimedia.enabled=0 && \
curl -Lo /tmp/nvidia-install.sh https://raw.githubusercontent.com/ublue-os/hwe/b3a3dbddf4af81cfbfa7526c1918c9b9f014f86b/nvidia-install.sh && \
chmod +x /tmp/nvidia-install.sh && \
IMAGE_NAME="${BASE_IMAGE_NAME}" /tmp/nvidia-install.sh && \
Expand Down

0 comments on commit 16bf60d

Please # to comment.