Redfish APIs Support
DGX A100 System
DU-09821-001_v06
| 88
3.
Configure apt to use the NVIDIA DGX OS packages in the file /etc/apt/sources.list.d/
dgx.list.
deb
file:///media/usb/repository/mirror/repo.download.nvidia.com/baseos/ubuntu/fo
cal/ x86_64/ focal main dgx
deb
file:///media/usb/repository/mirror/repo.download.nvidia.com/baseos/ubuntu/fo
cal/ x86_64/ focal-updates main dgx
4.
Configure apt to use the NVIDIA CUDA packages in the /etc/apt/sources.list.d/ cuda-
compute-repo.list file.
deb
file:///media/usb/repository/mirror/developer.download.nvidia.com/compute/cud
a/ repos/ubuntu2004/x86_64/ /
5.
Update the apt repository and confirm there are no errors.
$ sudo apt update
Output from this command is similar to the following example.
Get:1 file:/media/usb/repository/mirror/security.ubuntu.com/ubuntu focal-
security InRelease [107 kB]
Get:2 file:/media/usb/repository/mirror/archive.ubuntu.com/ubuntu focal
InRelease [265 kB]
Get:3 file:/media/usb/repository/mirror/archive.ubuntu.com/ubuntu focal-
updates InRelease [111 kB]
Get:4
file:/media/usb/repository/mirror/developer.download.nvidia.com/compute/cuda/
repos/ubuntu2004/x86_64 InRelease
Get:5
file:/media/usb/repository/mirror/repo.download.nvidia.com/baseos/ubuntu/foca
l/
x86_64 focal InRelease [12.5 kB]
Get:6
file:/media/usb/repository/mirror/repo.download.nvidia.com/baseos/ubuntu/foca
l/ x86_64 focal-updates InRelease [12.4 kB]
Get:7
file:/media/usb/repository/mirror/developer.download.nvidia.com/compute/cuda/
repos/ubuntu2004/x86_64 Release [697 B]
Get:8
file:/media/usb/repository/mirror/developer.download.nvidia.com/compute/cuda/
repos/ubuntu2004/x86_64 Release.gpg [836 B]
Reading package lists... Done$
6.
Upgrade the system using the newly configured local repositories.
$ sudo apt full-upgrade