Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 734 Bytes

File metadata and controls

39 lines (27 loc) · 734 Bytes

Mlflow Image

Description

This module creates an mlflow tracking server container image and pushes to the specified Elastic Container Repository.

Inputs/Outputs

Input Parameters

Required

  • ecr-repository-name: The name of the ECR repository to push the image to.

Sample manifest declaration

name: mlflow-image
path: modules/mlflow/mlflow-image
parameters:
  - name: ecr-repository-name
    valueFrom:
      moduleMetadata:
        group: storage
        name: ecr-mlflow
        key: EcrRepositoryName

Module Metadata Outputs

  • MlflowImageUri: Mlflow image URI

Output Example

{
  "MlflowImageUri": "xxxxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/ecr-mlflow:latest"
}