-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
Error hosting endpoint xxxxxx: Failed. Reason: Please make sure all images included in the model for the production variant AllTraffic exist, and that the execution role used to create the model has permissions to access them..
To reproduce
sagemaker_model = MXNetModel(model_data=trained_model_upload,
image='emnlp:opt', # docker images
role=sagemaker.get_execution_role(),
py_version='py3', # python version
entry_point='serve.py',
# source_dir='.'
)
Please see more details here: https://github.com/goldmermaid/KDD2020/blob/master/EMNLP/train_deploy_bert.ipynb.
Expected behavior
Deployed to endpoint.
System information
Sagemaker 2.3.0
- SageMaker Python SDK version:
- Framework name (eg. PyTorch) or algorithm (eg. KMeans): MXNet
- Framework version: 1.6.0
- Python version: 3.6
- CPU or GPU: GPU
- Custom Docker image (Y/N): Y
Additional context
Thanks for the help!