B. Installing Software Using Local Repositories

As an alternative to the reposync method described in Appendix A, software can also be installed using local repos. These repos provided by NVIDIA will install all of the available packages locally in the filesystem, allowing installation of packages without network access

B.1. Installing the Base Red Hat Enterprise Linux System

The Red Hat components of the software must be installed either using the standard network-based installation, or as described in Appendix A. This includes registering and subscribing to the Red Hat Customer Portal.

If the system is connected to the network, follow the steps of the standard Red Hat installation, then enable the additional Red Hat repositories. Finally, execute:

sudo yum update -y
sudo yum install -y kernel-devel kernel-headers
sudo reboot

If the system is not connected to the network, follow the instructions in Appendix A to mirror the Red Hat repositories using reposync.

B.3. Installing the Local Repositories

Install the local repositories

$ sudo yum install -y ./dgx-local-repo-22.04-1.el7.x86_64.rpm

With the local repositories installed, proceed with the standard Installing the DGX Software instructions.