跳至内容

sagemaker integration

0

CannotStartContainerError: Please ensure the model container for variant default-variant-name starts correctly when invoked with 'docker run <image> serve'.

i get this error when i deploy my model on sagemaker ( that i build or train locally ) , please help

已提问 2 年前747 查看次数

1 回答
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

专家

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。