Skip to content

shivampanjeta/sagemaker-inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train and deploy model

This package contains a working version of model that can be packaged to a docker image and deployed as a sakemaker endpoint

Steps

Prerequisite: "docker login" and "aws configure"

./build_and_push.sh [IMAGE_NAME]  # build image and push it to Amazon ECR

Test locally.

docker build  -t [IMAGE_NAME] .
docker run -p 80:80 -it [IMAGE_NAME]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published