Amazon Deep Learning AMI GPU PyTorch 2.5 (Ubuntu 22.04)
Note
For detailed software package information, please refer to the individual release notes pages linked below
For help getting started, see Getting started with DLAMI.
AMI name format
-
Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.5.${PATCH_VERSION} (Ubuntu 22.04) ${YYYY-MM-DD}
SSM Parameter Query
Please use the following Public SSM Parameter Query to find the latest DLAMI:
export SSM_PARAMETER=oss-nvidia-driver-gpu-pytorch-2.5-ubuntu-22.04/latest/ami-id && \ aws ssm get-parameter --regionus-east-1\ --name /aws/service/deeplearning/ami/x86_64/$SSM_PARAMETER \ --query "Parameter.Value" \ --output text
AWSCLI Query
Please use the following Amazon Query to find the latest DLAMI:
aws ec2 describe-images --regionus-east-1--owners amazon --filters 'Name=name,Values=Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.5.? (Ubuntu 22.04) ????????' 'Name=state,Values=available' --query 'reverse(sort_by(Images, &CreationDate))[:1].ImageId' --output text
Latest Releases
Latest Release Notes for this DLAMI
Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.5.1 (Ubuntu 22.04) 20251108
Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.5.1 (Ubuntu 22.04) 20251007
Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.5.1 (Ubuntu 22.04) 20250930
Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.5.1 (Ubuntu 22.04) 20250913