Skip to content

Commit

Permalink
revert gpu from 550 to 535
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRoss-Eviden committed May 9, 2024
1 parent 573db00 commit f10049a
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-550 --no-install-recommends -o Dpkg::Options::="--force-overwrite"
sudo apt install -y nvidia-driver-535-server --no-install-recommends -o Dpkg::Options::="--force-overwrite"
;;
*)
echo "Unsupported distribution: $distribution"
Expand Down

0 comments on commit f10049a

Please sign in to comment.