AWS sagemaker documentation change
Summary
Simplified introduction, updated documentation references, consolidated Dockerfile examples section, and shortened section title
Security assessment
Structural and terminology changes improve documentation organization but do not relate to security issues or security feature documentation
Diff
diff --git a/sagemaker/latest/dg/studio-updated-byoi-how-to-prepare-image.md b/sagemaker/latest/dg/studio-updated-byoi-how-to-prepare-image.md index c4d791e16..14bb0c1cd 100644 --- a//sagemaker/latest/dg/studio-updated-byoi-how-to-prepare-image.md +++ b//sagemaker/latest/dg/studio-updated-byoi-how-to-prepare-image.md @@ -9 +9 @@ Create a local Dockerfile and build the container imageAdd a Docker image to Ama -This page provides instructions on how to create a local Dockerfile, build the container image, and add it to Amazon Elastic Container Registry (Amazon ECR), in preparation to bring the image to SageMaker AI. +This page provides instructions on how to create a local Dockerfile, build the container image, and add it to Amazon Elastic Container Registry (Amazon ECR). @@ -36 +36 @@ Use the following instructions to create a Dockerfile with your desired software - 2. Create a text-based document, named `Dockerfile`, that meet the specifications in [Custom SageMaker AI image specifications](./studio-updated-byoi-specs.html). + 2. Create a text-based document, named `Dockerfile`, that meet the specifications in [Custom image specifications](./studio-updated-byoi-specs.html). @@ -38,5 +38 @@ Use the following instructions to create a Dockerfile with your desired software -Sample `Dockerfile` examples for JupyterLab and Code Editor, based on Code-OSS, Visual Studio Code - Open Source are listed in the following. - - * For Code Editor, see [Dockerfile examples](./code-editor-custom-images.html#code-editor-custom-images-dockerfile-templates). - - * For JupyterLab, see [Dockerfile examples](./studio-updated-jl-admin-guide-custom-images.html#studio-updated-jl-custom-images-dockerfile-templates). +`Dockerfile` examples for supported applications can be found in [Dockerfile samples](./studio-updated-byoi-specs.html#studio-updated-byoi-specs-dockerfile-templates). @@ -137 +133 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -How to bring your own image +How to BYOI