Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 05:37 AM
@Kaniz Fatma @Gobinath Viswanathan @Atanu Sarkar :
Hi All,
The above direct methods are not working. So, I downloaded the model files using mlflow and trying to run "mlflow sagemaker build-and-push-containers" in order to push the model image to ECR.
This step is also not running. Getting "no module named docker" error from the "mlflow.models.docker_utils" module
I am currently running Databricks 10.2 ML runtime.
After installing docker via "pip install docker". Now I am getting error as
"docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))"