Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipmay/mlflow-image
MLflow Docker image
https://github.com/philipmay/mlflow-image
docker docker-image machine-learning mlflow python tracking
Last synced: about 1 month ago
JSON representation
MLflow Docker image
- Host: GitHub
- URL: https://github.com/philipmay/mlflow-image
- Owner: PhilipMay
- License: mit
- Created: 2022-08-03T17:55:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T10:31:03.000Z (12 months ago)
- Last Synced: 2024-10-30T04:55:13.218Z (3 months ago)
- Topics: docker, docker-image, machine-learning, mlflow, python, tracking
- Language: Dockerfile
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MLflow Docker Image
[![Docker images](https://img.shields.io/badge/Docker-image-blue)](https://github.com/PhilipMay/mlflow-image/pkgs/container/mlflow-image)
[![MIT License](https://img.shields.io/github/license/PhilipMay/mlflow-image)](https://github.com/PhilipMay/mlflow-image/blob/main/LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/PhilipMay/mlflow-image/blob/main/CODE_OF_CONDUCT.md)
[![GitHub issues](https://img.shields.io/github/issues-raw/PhilipMay/mlflow-image)](https://github.com/PhilipMay/mlflow-image/issues)\
[![Docker build Debian image](https://github.com/PhilipMay/mlflow-image/actions/workflows/docker-build-debian.yml/badge.svg)](https://github.com/PhilipMay/mlflow-image/actions/workflows/docker-build-debian.yml)
[![trivy](https://github.com/PhilipMay/mlflow-image/actions/workflows/trivy.yml/badge.svg)](https://github.com/PhilipMay/mlflow-image/actions/workflows/trivy.yml)The [MLflow](https://www.mlflow.org/docs/latest/index.html) Docker image.
The Docker image is built from the slim version of the [official Python Docker image](https://hub.docker.com/_/python),
which uses [Debian Bullseye](https://www.debian.org/releases/bullseye/).\
It is built for multiple platforms: linux/amd64, linux/arm64/v8The Docker image, can be accessed using:\
`ghcr.io/philipmay/mlflow-image:-r` or\
`ghcr.io/philipmay/mlflow-image:latest`The latest versions are visible in
[mlflow-image GitHub packages](https://github.com/PhilipMay/mlflow-image/pkgs/container/mlflow-image).## Versioning and Tagging Policy
Versions and Docker Image tags have this format: `-r`\
Example: `1.27.0-r1`## Licensing
Copyright (c) 2022 Philip May
Licensed under the **MIT License** (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License by reviewing the file
[LICENSE](https://github.com/PhilipMay/mlflow-image/blob/main/LICENSE) in the repository.