Skip to content

Commit 1863210

Browse files
committed
update dockerfile to support Nsight install on arm platforms
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
1 parent 2d453b3 commit 1863210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ apt-get install -y --no-install-recommends \
4545
# Nsight
4646
apt install -y --no-install-recommends gnupg
4747
echo "deb http://developer.download.nvidia.com/devtools/repos/ubuntu$(source /etc/lsb-release; echo "$DISTRIB_RELEASE" | tr -d .)/$(dpkg --print-architecture) /" | tee /etc/apt/sources.list.d/nvidia-devtools.list
48-
apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
48+
apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/$(uname -m | sed 's/aarch64/sbsa/')/7fa2af80.pub
4949
apt update
5050
apt install -y nsight-systems-cli
5151

0 commit comments

Comments
 (0)