Linkedin

  • Home >
  • Create a custom Docker container image for SageMaker and use it for model training in AWS Step Functions

Create a custom Docker container image for SageMaker and use it for model training in AWS Step Functions

Project Overview

Project Detail

This pattern shows how to create a Docker container image for Amazon SageMaker and use it for a training model in AWS Step Functions. By packaging custom algorithms in a container, you can run almost any code in the SageMaker environment, regardless of programming language, framework, or dependencies.

In the example SageMaker notebook provided, the custom Docker container image is stored in Amazon Elastic Container Registry (Amazon ECR). Step Functions then uses the container that’s stored in Amazon ECR to run a Python processing script for SageMaker. Then, the container exports the model to Amazon Simple Storage Service (Amazon S3).

https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/create-a-custom-docker-container-image-for-sagemaker-and-use-it-for-model-training-in-aws-step-functions.html?did=pg_card&trk=pg_card

To know more about this project connect with us

Create a custom Docker container image for SageMaker and use it for model training in AWS Step Functions