aws / sagemaker-inference-toolkit

Serve machine learning models within a 🐳 Docker container using 🧠 Amazon SageMaker.
Apache License 2.0
370 stars 82 forks source link

Add support for downloading inference script and code (entry_point) from s3 #136

Open urirosenberg opened 5 months ago

urirosenberg commented 5 months ago

Describe the feature you'd like The sagemaker-train-toolkit has the functionality to copy the required code into the container. This is not present in the sagemaker inference toolkit.

How would this feature be used? Please describe. Customers want to use a generic Docker image in multiple train-inference pipelines.