Is there a lightweight image that I can use for a sagemaker processing job ?

0

All of the available images in Amazon are several gigs,? Is there a small lightweight image I can use for running data processing job ?

asked 3 months ago238 views
1 Answer
0

Hi, for simple data processing you can likely use the SageMaker Scikit-learn image with SageMaker Processing, which is about 5.2GB (latest 1.2-1 image). Reference: https://docs.aws.amazon.com/sagemaker/latest/dg/pre-built-docker-containers-scikit-learn-spark.html

Alternatively, you can build your own custom container for SageMaker Processing, thus having flexibility in what to include in the image. Reference: https://docs.aws.amazon.com/sagemaker/latest/dg/build-your-own-processing-container.html

AWS
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions