openeuler/mlflowThe official MLflow docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current MLflow docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
MLflow, at its core, provides a suite of tools aimed at simplifying the ML workflow. It is tailored to assist ML practitioners throughout the various stages of ML development and deployment. Despite its expansive offerings, MLflow’s functionalities are rooted in several foundational components:
Tracking: MLflow Tracking provides both an API and UI dedicated to the logging of parameters, code versions, metrics, and artifacts during the ML process. This centralized repository captures details such as parameters, metrics, artifacts, data, and environment configurations, giving teams insight into their models’ evolution over time. Whether working in standalone scripts, notebooks, or other environments, Tracking facilitates the logging of results either to local files or a server, making it easier to compare multiple runs across different users.
Model Registry: A systematic approach to model management, the Model Registry assists in handling different versions of models, discerning their current state, and ensuring smooth productionization. It offers a centralized model store, APIs, and UI to collaboratively manage an MLflow Model’s full lifecycle, including model lineage, versioning, aliasing, tagging, and annotations.
MLflow Deployments for LLMs: This server, equipped with a set of standardized APIs, streamlines access to both SaaS and OSS LLM models. It serves as a unified interface, bolstering security through authenticated access, and offers a common set of APIs for prominent LLMs.
Evaluate: Designed for in-depth model analysis, this set of tools facilitates objective model comparison, be it traditional ML algorithms or cutting-edge LLMs.
Prompt Engineering UI: A dedicated environment for prompt engineering, this UI-centric component provides a space for prompt experimentation, refinement, evaluation, testing, and deployment.
Recipes: Serving as a guide for structuring ML projects, Recipes, while offering recommendations, are focused on ensuring functional end results optimized for real-world deployment scenarios.
Projects: MLflow Projects standardize the packaging of ML code, workflows, and artifacts, akin to an executable. Each project, be it a directory with code or a Git repository, employs a descriptor or convention to define its dependencies and execution method.
Learn more on MLflow website.
The tag of each mlflow docker image is consist of the version of mlflow and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 3.9.0-oe2403sp3 | mlflow 3.9.0 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 3.4.0-oe2403sp2 | mlflow 3.4.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 3.3.1-oe2403sp1 | mlflow 3.3.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 2.11.1-oe2203sp3 | MLflow 2.11.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.13.1-oe2203sp1 | MLflow 2.13.1 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.13.1-oe2203sp2 | MLflow 2.13.1 on openEuler 22.03-LTS-SP2 | amd64, arm64 |
| 2.13.1-oe2203sp3 | MLflow 2.13.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.13.1-oe2403lts | MLflow 2.13.1 on openEuler 24.03-LTS | amd64, arm64 |
| 2.16.2-oe2203sp3 | MLflow 2.16.2 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.17.0rc0-oe2203sp3 | MLflow 2.17.0rc0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.17.1-oe2003sp4 | MLflow 2.17.1 on openEuler 20.03-LTS-SP4 | amd64, arm64 |
| 2.17.1-oe2203sp1 | MLflow 2.17.1 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.17.1-oe2203sp3 | MLflow 2.17.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.17.1-oe2203sp4 | MLflow 2.17.1 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.17.1-oe2403lts | MLflow 2.17.1 on openEuler 24.03-LTS | amd64, arm64 |
| 2.17.2-oe2203sp1 | MLflow 2.17.2 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.17.2-oe2203sp3 | MLflow 2.17.2 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.17.2-oe2203sp4 | MLflow 2.17.2 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.17.2-oe2403lts | MLflow 2.17.2 on openEuler 24.03-LTS | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/mlflow image from docker
bashdocker pull openeuler/mlflow:{Tag}
Start a mlflow instance
bashdocker run -d --name my-mlflow -p 5000:5000 openeuler/mlflow:{Tag}
After the instance my-mlflow is started, access the mlflow service through http://localhost:5000.
View container running logs
bashdocker logs -f my-mlflow
To get an interactive shell
bashdocker exec -it my-mlflow /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务