Skip to content

Commit

Permalink
UPD uname according to container
Browse files Browse the repository at this point in the history
  • Loading branch information
noe-sautel committed Oct 22, 2023
1 parent 57c9cd9 commit 9f152b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvidia-cuda/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "$(id -u)" -ne 0 ]; then
exit 1
fi

if [[ $(uname -m) = "arm64" ]]; then
if [[ $(uname -m) = "aarch64" ]]; then
echo -e "NVIDIA® CUDA Toolkit no longer supports development or running applications on machines with the 'arm64' architecture. Please consider an alternative or check for updates or support for your architecture."
exit 1
fi
Expand Down

0 comments on commit 9f152b5

Please sign in to comment.