Skip to content

Add run_pyfunc_model() to build and run pyfunc model locally #1818

Add run_pyfunc_model() to build and run pyfunc model locally

Add run_pyfunc_model() to build and run pyfunc model locally #1818

Workflow file for this run

name: External Dependencies CI Workflow
on:
push:
branches:
- main
pull_request:
jobs:
publish-mlflow-docker:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v2
- name: Build and push MLflow Docker image
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: caraml-dev/mlflow
path: mlflow
dockerfile: mlflow/Dockerfile
build_args: MLFLOW_VERSION=1.3.0
tags: 1.3.0