From 0fae45f4b48a080cb56835075d002e6dee74ea77 Mon Sep 17 00:00:00 2001 From: Tian Wang <133085652+aws-tianquaw@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:43:25 -0700 Subject: [PATCH] Create supported image versions table (#442) --- README.md | 2 +- supported_images.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 supported_images.md diff --git a/README.md b/README.md index 2e275ed9..55925b8c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Amazon SageMaker Distribution Amazon SageMaker Distribution is a set of Docker images that include popular frameworks for machine learning, data -science and visualization. +science and visualization. For the list of supported SageMaker Distributions images, see [SageMaker Distributions Images](supported_images.md#supported-image-versions). These images come in two variants, CPU and GPU, and include deep learning frameworks like PyTorch, TensorFlow and Keras; popular Python packages like numpy, scikit-learn and pandas; and IDEs like Jupyter Lab. The distribution contains diff --git a/supported_images.md b/supported_images.md new file mode 100644 index 00000000..69094203 --- /dev/null +++ b/supported_images.md @@ -0,0 +1,25 @@ +## Supported Image Versions + +The tables below list the supported SageMaker Distribution image versions. SageMaker will only release functionality and security fixes for images versions present in the tables. When you are building images or pulling images from the ECR repository, it is highly recommended for you to choose the supported image versions from the tables below. + +### CPU Images + +| Image Major Version | Image Minor Version | ECR Image URI | +|---------------------|---------------------|-----------------------| +|1 |1.8 |public.ecr.aws/sagemaker/sagemaker-distribution:1.8-cpu | +|1 |1.7 |public.ecr.aws/sagemaker/sagemaker-distribution:1.7-cpu | +|1 |1.6 |public.ecr.aws/sagemaker/sagemaker-distribution:1.6-cpu | +|1 |1.5 |public.ecr.aws/sagemaker/sagemaker-distribution:1.5-cpu | +|1 |1.4 |public.ecr.aws/sagemaker/sagemaker-distribution:1.4-cpu | +|0 |0.12 |public.ecr.aws/sagemaker/sagemaker-distribution:0.12-cpu | + +### GPU Images + +| Image Major Version | Image Minor Version | ECR Image URI | +|---------------------|---------------------|-----------------------| +|1 |1.8 |public.ecr.aws/sagemaker/sagemaker-distribution:1.8-gpu | +|1 |1.7 |public.ecr.aws/sagemaker/sagemaker-distribution:1.7-gpu | +|1 |1.6 |public.ecr.aws/sagemaker/sagemaker-distribution:1.6-gpu | +|1 |1.5 |public.ecr.aws/sagemaker/sagemaker-distribution:1.5-gpu | +|1 |1.4 |public.ecr.aws/sagemaker/sagemaker-distribution:1.4-gpu | +|0 |0.12 |public.ecr.aws/sagemaker/sagemaker-distribution:0.12-gpu | \ No newline at end of file