Skip to content

Commit

Permalink
update nvidia base
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage committed Jul 1, 2024
1 parent ed64706 commit ac2913d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootc-nvidia-base-fedora/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
# 3. Use nvidia-smi command within the booted container image to see if it works.
FROM quay.io/fedora/fedora-bootc:40

#! before ANYTHING, we update to the latest kernel..
#! this is to prevent any "missing kernel modules" on boot from happening.
RUN dnf update -y kernel kernel-modules

#! install from rpmfusion
RUN dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

Expand Down

0 comments on commit ac2913d

Please sign in to comment.