Skip to content

Commit

Permalink
Create supported image versions table (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-tianquaw authored Jun 14, 2024
1 parent 20ae772 commit 0fae45f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
25 changes: 25 additions & 0 deletions supported_images.md
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit 0fae45f

Please sign in to comment.