The MLflow Docker image.
The Docker image is built from the slim version of the official Python Docker image,
which uses Debian Bullseye.
It is built for multiple platforms: linux/amd64, linux/arm64/v8
The Docker image, can be accessed using:
ghcr.io/philipmay/mlflow-image:<MLflow_version>-r<image_revison_number>
or
ghcr.io/philipmay/mlflow-image:latest
The latest versions are visible in mlflow-image GitHub packages.
Versions and Docker Image tags have this format: <MLflow_version>-r<image_revison_number>
Example: 1.27.0-r1
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 in the repository.