How to pass a Public Docker Image to the Estimater #2350
Replies: 4 comments
-
Hey @kaushikb11, I believe SageMaker doesn't support pubic docker images currently and only through ECR. Most likely what you will have to do is pull the public docker image and push it to a ECR repository in your AWS account. For more information see: https://sagemaker-workshop.com/custom/containers.html |
Beta Was this translation helpful? Give feedback.
-
Got it! @ChoiByungWook Is there a way to run |
Beta Was this translation helpful? Give feedback.
-
I am facing the same problem. There is little to no documentation on how exactly this module I am currently attempting to use the model parallelism feature of the API and now, following the creation of a custom container based on the Sagemaker PyTorch training toolkit, I receive an error informing that the library; If there was a way to debug a training script, prior to submitting it to the estimator, it would be very helpful. |
Beta Was this translation helpful? Give feedback.
-
I'm also having issues passing a public Docker Image on ECR through the image_uri parameter to the Estimator. The training job fails to find this image. This is my code
|
Beta Was this translation helpful? Give feedback.
-
Motivation
I would like to pass a public Docker Hub Image through the
image_uri
parameter to the Estimator(Pytorch)Beta Was this translation helpful? Give feedback.
All reactions