1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Did you follow the guidance of https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-training-algo-dockerfile.html so that SM can run your container after your trained it.
In particular, specifying the container entry point with ENTRYPOINT ["executable", "param1", "param2", ...] properly is very key. See all details in the doc.
Best,
Didier
