Skip to content

Commit

Permalink
nividia-driver-550 for Ubuntu22.04 (#167)
Browse files Browse the repository at this point in the history
* test recommended drivers with aws g6

* revert ubuntu2004

---------

Co-authored-by: Mark <mark.ross@eviden.com>
  • Loading branch information
MarkRoss-Eviden and MarkRoss-Eviden committed May 3, 2024
1 parent 12832da commit e7c3505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [[ "${ARCH}" == "gpu" && -z "${IS_WSL2}" ]]; then
sudo apt install -y nvidia-driver-525-server --no-install-recommends -o Dpkg::Options::="--force-overwrite"
;;
ubuntu2204)
sudo apt install -y nvidia-driver-535-server --no-install-recommends -o Dpkg::Options::="--force-overwrite"
sudo apt install -y nvidia-driver-550 --no-install-recommends -o Dpkg::Options::="--force-overwrite"
;;
*)
echo "Unsupported distribution: $distribution"
Expand Down

0 comments on commit e7c3505

Please sign in to comment.