1
0
Fork 0

Stop deleting rpm metadata unnecessarily (nvidia layer)
All checks were successful
/ build-gnome (push) Successful in 8m58s
/ build-kde (push) Successful in 9m10s

Completes commit b417eb2680 in which I've
missed the nvidia layer.
This commit is contained in:
ver4a 2024-11-14 16:52:00 +01:00
parent b417eb2680
commit f83ae98869
2 changed files with 0 additions and 6 deletions

View file

@ -6,8 +6,5 @@ RUN dnf5 -y install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda &&
rpm -e akmod-nvidia && \
dnf5 -y autoremove
# Remove rpm metadata cache
RUN dnf5 clean all
# https://github.com/ostreedev/ostree-rs-ext/issues/159
RUN ostree container commit

View file

@ -6,8 +6,5 @@ RUN dnf5 -y install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda &&
rpm -e akmod-nvidia && \
dnf5 -y autoremove
# Remove rpm metadata cache
RUN dnf5 clean all
# https://github.com/ostreedev/ostree-rs-ext/issues/159
RUN ostree container commit