Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Feb 2, 2025
1 parent 889b368 commit 01d3026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -786,11 +786,11 @@ 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 setopts fedora-multimedia.enabled=1 && \
dnf5 config-manager setopt fedora-multimedia.enabled=1 && \
dnf5 -y install \
mesa-vdpau-drivers.x86_64 \
mesa-vdpau-drivers.i686 && \
dnf5 config-manager setopts fedora-multimedia.enabled=0 && \
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 01d3026

Please sign in to comment.