AWS SageMaker - Upload our own docker image on Amazon SageMaker

0

I am new to AWS SageMaker and i am using this technology for building and training the machine learning models. I have now developed a docker image which contains our custom code for tensorflow. I would like to upload this custom docker image to AWS SageMaker and make use of it.

I have searched various links but could not find proper information on how to upload our own custom docker image.

Can you please suggest me the process of uploading our own docker image to AWS SageMaker?

asked 2 years ago678 views
1 Answer
1

Hi, You can find detailed instructions in the SageMaker Immersion Day. In Lab3 there is a sample called "Option 2: Bring your own Container". And the corresponding notebook is here. The content of the sample Docker container is inside this zip file and showcases the decision tree algorithm from scikit-learn package. Hope this helps.

AWS
Ioan
answered 2 years 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