How to deploy mlflow models to sagemaker endpoints where sagemaker refers the private docker registry?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-04-2022 05:18 AM
Is it possible to deploy the mlflow model to a sagemaker endpoint where the image URL is not referring to an image in ECR but the image is actually present in a private docker registry?
- Labels:
-
MlFlow
-
Model Deployment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-09-2022 05:40 AM
@Kaniz Fatmaโ : Yes. Even when I am deploying the model using sagemaker studio, I am able to pull the image from private docker registry because the VPC settings for image and containers is allowed via Sagemaker API. But I can't see the same options available for mlflow-sagemaker API. The only option is VPC settings for the region where model need to be deployed, but in the end it needs the access to ECR repo of the same region.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ04-17-2022 10:56 AM
@Saurabh Vermaโ , this to create the endpoint.
also, check this out - https://github.com/mlflow/mlflow/blob/0fa849ad75e5733bf76cc14a4455657c5c32f107/mlflow/sagemaker/__in...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ04-25-2022 06:29 AM
@Kaniz Fatmaโ : Unfortunately No. The above implementation always assumes that image is hosted in ECR repository.

