Skip to content

Commit

Permalink
Roll back to nsight systems 2024.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Aug 9, 2024
1 parent 45c8908 commit cf984fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/container/install-nsight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export DEBIAN_FRONTEND=noninteractive
export TZ=America/Los_Angeles

apt-get update
apt-get install -y nsight-compute nsight-systems-cli
# TODO: revert to nsight-systems-cli instead of explicitly pinning
apt-get install -y nsight-compute nsight-systems-cli-2024.4.1
apt-get clean

rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit cf984fe

Please sign in to comment.