8000 GitHub - burakince/mlflow: Mlflow Docker Image
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

burakince/mlflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Publish Mlflow Docker Image Status Docker Pulls Docker Image Size (tag) Artifact Hub

Mlflow Docker Image

Please find mlflow docker images from mlflow docker hub repository.

Database Requirements

The following database versions have been tested for compatibility:

  • PostgreSQL: 15, 16, 17
  • 8000
  • MySQL: 8.0, 8.4, 9.1

It is recommended to use at least the minimum tested major version of the database to ensure proper functionality and compatibility.

Usage

Run following command

docker run -d -p 5000:5000 burakince/mlflow

Security Context

The Docker image runs as a non-root user (mlflow) with the following default settings:

  • User ID (UID): 1001
  • Group ID (GID): 1001

Development

Enabling Colima for testcontainers.

export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
export DOCKER_HOST="unix://${HOME}/.colima/docker.sock"

Contributions

Alt

0