Skip to content

Commit

Permalink
Merge pull request #171 from aws-deepracer-community/bugfix-revertgpu
Browse files Browse the repository at this point in the history
revert gpu from 550 to 535
  • Loading branch information
MarkRoss-Eviden authored May 9, 2024
2 parents 573db00 + f10049a commit 87af033
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 87af033

Please sign in to comment.