Skip to content

Conversation

@karthikvetrivel
Copy link
Member

Summary

Adds dmidecode and pciutils packages to all driver container images to enable complete nvidia-bug-report.sh output.

Problem

Users report nvidia-bug-report.sh script requires lspci (from pciutils) and dmidecode to collect full system diagnostics. These utilities were missing from the driver container images, resulting in incomplete bug reports.

Changes

  • Updated extra_pkgs_install() in install.sh files (ubuntu22.04, ubuntu24.04, rhel8, rhel9).

Note: I chose to place them here because these are runtime diagnostic utilities (not build dependencies), and by adding them outside the DRIVER_TYPE != "vgpu" condition, they are installed for all driver types including vGPU.

  • Added packages to Dockerfiles for all other distros and precompiled/vgpu-manager variants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant