Failing to create multi-model endpoint

0

I have been trying to create a multi-model endpoint with my own container, using the instructions here: https://docs.aws.amazon.com/sagemaker/latest/dg/build-multi-model-build-container.html.

Following the instructions here, I am able to successfully create a model and endpoint configuration: https://docs.aws.amazon.com/sagemaker/latest/dg/create-multi-model-endpoint-sdk.html

However, when I try to create the endpoint itself, it shows the status of "Creating" for over 2 hours, before finally stopping with the status, "Failed". It gives no reason for the failure or any other help.

Does anyone have any ideas?

Thanks!

gdaley
已提问 3 年前296 查看次数
2 回答
0

Hi gdaley,

Thanks for using Amazon SageMaker!

We are seeing the following exception when creating your endpoint:
OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "python": executable file not found in $PATH: unknown"

This is related to the python path ENTRYPOINT setup in Dockerfile. Please check your Python path setup is the same as https://docs.aws.amazon.com/sagemaker/latest/dg/build-multi-model-build-container.html

To help you resolve the issue faster, you can create a support case with AWS at https://console.aws.amazon.com/support/home#/

Thanks,
Amazon SageMaker

AWS
已回答 3 年前
0

Thank you!

gdaley
已回答 3 年前

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

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

回答问题的准则