Deep Learning AMI GPU TensorFlow 2.18 (Amazon Linux 2023) - AWS Deep Learning AMIs

Deep Learning AMI GPU TensorFlow 2.18 (Amazon Linux 2023)

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.

Notices

  • TensorFlow 2.18 is the final TensorFlow version supported for DLAMI. For future framework DLAMIs, please consider using PyTorch DLAMIs.

AMI Name Format

  • Deep Learning OSS Nvidia Driver AMI GPU TensorFlow 2.18 (Amazon Linux 2023) ${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-tensorflow-2.18-amazon-linux-2023/latest/ami-id && \ aws ssm get-parameter --region us-east-1 \ --name /aws/service/deeplearning/ami/x86_64/$SSM_PARAMETER \ --query "Parameter.Value" \ --output text

AWSCLI Query

Please use the following AWS Query to find the latest DLAMI:

aws ec2 describe-images --region us-east-1 --owners amazon --filters 'Name=name,Values=Deep Learning OSS Nvidia Driver AMI GPU TensorFlow 2.18 (Amazon Linux 2023) ????????' 'Name=state,Values=available' --query 'reverse(sort_by(Images, &CreationDate))[:1].ImageId' --output text

Latest Releases

Archive

Archived Release Notes