Skip to content

Commit

Permalink
Merge pull request #688 from rhatdan/skopeo
Browse files Browse the repository at this point in the history
add skopeo so that ilab model download will work
  • Loading branch information
rhatdan authored Jul 23, 2024
2 parents 22889a2 + aa1ede8 commit 577248b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions training/amd-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN mv /etc/selinux /etc/selinux.tmp && \
rocm-smi \
tmux \
rsync \
skopeo \
${EXTRA_RPM_PACKAGES} \
&& dnf clean all \
&& mv /etc/selinux.tmp /etc/selinux \
Expand Down
1 change: 1 addition & 0 deletions training/intel-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN . /etc/os-release \

RUN dnf install -y ${EXTRA_RPM_PACKAGES} \
cloud-init \
skopeo \
rsync \
&& dnf clean all \
&& ln -s ../cloud-init.target /usr/lib/systemd/system/default.target.wants
Expand Down
1 change: 1 addition & 0 deletions training/nvidia-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ RUN mv /etc/selinux /etc/selinux.tmp \
nvidia-persistenced-${DRIVER_VERSION} \
nvidia-container-toolkit \
rsync \
skopeo \
${EXTRA_RPM_PACKAGES} \
&& if [[ "$(rpm -qa | grep kernel-core | wc -l)" != "1" ]]; then \
echo "ERROR - Multiple kernel-core packages detected"; \
Expand Down

0 comments on commit 577248b

Please sign in to comment.