スキップしてコンテンツを表示

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年前751ビュー

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ