Skip to content

Commit

Permalink
Take note of a suggestion from @rwarmstr
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jan 30, 2025
1 parent 4ba13ac commit 13be85b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup-gpu-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ popd
apt-get -y update
# The CUDA packages include the most appropriate driver for its version.
# Note the hyphen in the version number, not a period.
# TODO @rwarmstr suggests using just nvidia-headless-<version>-open for just
# the driver, IF we don't need CUDA installed systemwide. @mgodbolt wasn't
# sure what we actually need on the host.
CUDA_VERSION=12-8
apt install -y cuda-compiler-${CUDA_VERSION} cuda-runtime-${CUDA_VERSION}

0 comments on commit 13be85b

Please sign in to comment.