mlflow/mlflow

[ MLflow Roadmap ] Official MLflow docker image support - slim & full version

Fermée

#10 424 ouverte le 16 nov. 2023

 (22 commentaires) (5 réactions) (1 personne assignée)Python (3 904 forks)batch import
help wantedstale

Métriques du dépôt

Stars
 (17 127 étoiles)
Métriques de merge PR
 (Merge moyen 2j 9h) (246 PRs mergées en 30 j)

Description

Summary

Original discussion: https://github.com/mlflow/mlflow/issues/9513

Based on this issue, we would like to introduce two docker images, one MLflow-slim version with no extra dependencies, and one MLflow version with DB related dependencies such as postgres or MySQL.

We should also update CI for pushing both images.

Notes

  • Make sure to open a PR from a non-master branch.

  • Sign off the commit using the -s flag when making a commit:

    git commit -s -m "..."
             # ^^ make sure to use this
    
  • Include #{issue_number} (e.g. #123) in the PR description when opening a PR.

Guide contributeur