Skip to content

Commit a84a6eb

Browse files
Shiva Kumarshivakunv
authored andcommitted
Support Data Center precompiled driver container for Arm (Ubuntu 24.04)
Signed-off-by: Shiva Kumar (SW-CLOUD) <shivaku@nvidia.com>
1 parent dee5e4e commit a84a6eb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ubuntu24.04/precompiled/local-repo.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ download_driver_package_deps () {
7676
download_apt_with_dep libnvidia-decode-${DRIVER_BRANCH}-server
7777
download_apt_with_dep libnvidia-extra-${DRIVER_BRANCH}-server
7878
download_apt_with_dep libnvidia-encode-${DRIVER_BRANCH}-server
79-
download_apt_with_dep libnvidia-fbc1-${DRIVER_BRANCH}-server
79+
80+
# libnvidia-fbc1 (FrameBuffer Capture) is not available for arm64
81+
if [ "$TARGETARCH" = "amd64" ]; then
82+
download_apt_with_dep libnvidia-fbc1-${DRIVER_BRANCH}-server
83+
fi
8084

8185
fabricmanager_download
8286
nscq_download

0 commit comments

Comments
 (0)