Skip to content

Commit

Permalink
Drop nvidia-driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jun 27, 2024
1 parent 8380c0c commit 6d91c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install_latest_cuda_toolkit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ if [ "${OS_ID}" != "rocky" ]; then
exit 1
fi

yum install -y nvidia-driver cuda-nvcc-12-5 cuda-cudart-devel-12-5 cuda-driver-devel-12-5 libnvjitlink-devel-12-5
yum install -y cuda-nvcc-12-5 cuda-cudart-devel-12-5 cuda-driver-devel-12-5 libnvjitlink-devel-12-5

0 comments on commit 6d91c4f

Please sign in to comment.