- Newest
- Most votes
- Most comments
NVIDIA has added support for Amazon Linux 2023.
Do refer to How do I install NVIDIA GPU driver and optionally CUDA toolkit in Amazon Linux 2023?
Hi Nina,
Would it be ok for you to use an AMI with the drivers pre-installed:
Hello Nina,
Based on your description, it can be observed that you are using the Amazon Linux 2023 operating system.
You can install Nvidia driver by executing the following command.
$sudo yum install -y kernel-modules-extra.
Then, following the steps for Amazon Linux 2 in the document ( https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-nvidia-driver.html )
$sudo yum install gcc make
$sudo yum update -y
$sudo reboot
$sudo yum install -y gcc kernel-devel-$(uname -r)
$aws s3 cp --recursive s3://ec2-linux-nvidia-drivers/latest/ .
$chmod +x NVIDIA-Linux-x86_64*.run
$sudo /bin/sh ./NVIDIA-Linux-x86_64*.run
Relevant content
- asked 2 years ago
