We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee5e4e commit a84a6ebCopy full SHA for a84a6eb
1 file changed
ubuntu24.04/precompiled/local-repo.sh
@@ -76,7 +76,11 @@ download_driver_package_deps () {
76
download_apt_with_dep libnvidia-decode-${DRIVER_BRANCH}-server
77
download_apt_with_dep libnvidia-extra-${DRIVER_BRANCH}-server
78
download_apt_with_dep libnvidia-encode-${DRIVER_BRANCH}-server
79
- download_apt_with_dep libnvidia-fbc1-${DRIVER_BRANCH}-server
+
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
84
85
fabricmanager_download
86
nscq_download
0 commit comments