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
asked 3 years ago288 views
2 Answers
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
answered 3 years ago
0

Thank you!

gdaley
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions