Skip to content

Commit

Permalink
Merge pull request #782 from fabiendupont/bootc-add-git-package
Browse files Browse the repository at this point in the history
Bootc - Add git and git-lfs packages
  • Loading branch information
rhatdan authored Sep 16, 2024
2 parents 04bbc25 + 3c6b84b commit c690357
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions training/amd-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-AMD-ROCM \
&& dnf install -y \
amd-smi \
cloud-init \
git \
git-lfs \
pciutils \
rsync \
skopeo \
Expand Down
2 changes: 2 additions & 0 deletions training/intel-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN . /etc/os-release \

RUN dnf install -y ${EXTRA_RPM_PACKAGES} \
cloud-init \
git \
git-lfs \
skopeo \
rsync \
&& dnf clean all \
Expand Down
2 changes: 2 additions & 0 deletions training/nvidia-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ RUN mv /etc/selinux /etc/selinux.tmp \
&& dnf -y module enable nvidia-driver:${DRIVER_STREAM}/default \
&& dnf install -y \
cloud-init \
git \
git-lfs \
pciutils \
tmux \
nvidia-driver-${DRIVER_VERSION} \
Expand Down

0 comments on commit c690357

Please sign in to comment.