Please find mlflow docker images from mlflow docker hub repository.
The following databases have been tested for compatibility:
- PostgreSQL
- MySQL
- Microsoft SQL Server
Please find tested database versions from this file.
It is recommended to use at least the minimum tested major version of the database to ensure proper functionality and compatibility.
Run following command
docker run -d -p 5000:5000 burakince/mlflow
The Docker image runs as a non-root user (mlflow) with the following default settings:
- User ID (UID): 1001
- Group ID (GID): 1001
The python virtual environment located under /opt folder for both debian and alpine based images. You can more details from /opt/venv/ directory.
Enabling Colima for testcontainers.
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
export DOCKER_HOST="unix://${HOME}/.colima/docker.sock"