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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南