Skip to content

Commit

Permalink
Merge pull request #751 from fabiendupont/nvidia-add-package-with-fir…
Browse files Browse the repository at this point in the history
…mwares

NVIDIA - Add the nvidia-driver package
  • Loading branch information
lmilbaum authored Aug 12, 2024
2 parents 7f1d79d + 9cc28ca commit b61c908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/nvidia-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ ENV DISABLE_VGPU_VERSION_CHECK=$DISABLE_VGPU_VERSION_CHECK
USER root

COPY --from=builder /home/builder/yum-packaging-precompiled-kmod/RPMS/*/*.rpm /rpms/
COPY --from=builder --chmod=444 /home/builder/yum-packaging-precompiled-kmod/tmp/firmware/*.bin /lib/firmware/nvidia/${DRIVER_VERSION}/
# Temporary workaround until the permanent fix for libdnf is merged
COPY nvidia-toolkit-firstboot.service /usr/lib/systemd/system/nvidia-toolkit-firstboot.service
# Enable common services
Expand Down Expand Up @@ -110,6 +109,7 @@ RUN mv /etc/selinux /etc/selinux.tmp \
cloud-init \
pciutils \
tmux \
nvidia-driver-${DRIVER_VERSION} \
nvidia-driver-cuda-${DRIVER_VERSION} \
nvidia-driver-libs-${DRIVER_VERSION} \
nvidia-driver-NVML-${DRIVER_VERSION} \
Expand Down

0 comments on commit b61c908

Please sign in to comment.