Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Jul 17, 2024
1 parent 36def26 commit 67443f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rdma-tools/image/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ apt-get install -y --no-install-recommends "${packages[@]}"
# cuda
wget --no-check-certificate https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
dpkg -i cuda-keyring_1.1-1_all.deb
apt-get install -y apt-utils
apt-get install -y ca-certificates
apt-get update
# nvidia-smi
apt-get install -y nvidia-smi
apt-get install -y nvidia-utils-555

apt-get purge --auto-remove
Expand Down

0 comments on commit 67443f9

Please sign in to comment.