Created
April 1, 2025 16:04
-
-
Save TheLurps/a14984b79a835aafe85b405d10141d5a to your computer and use it in GitHub Desktop.
Podman quadlet for local mlflow-server using SQLite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Container] | |
| ContainerName=mlflow-server | |
| Image=ghcr.io/mlflow/mlflow:latest | |
| Volume=mlruns:/mlruns:z | |
| Volume=mlartifacts:/mlartifacts:z | |
| Exec=mlflow server --backend-store-uri sqlite:///mlruns/backend.sqlite --registry-store-uri sqlite:///mlruns/registry.sqlite --serve-artifacts --artifacts-destination file:///mlartifacts --host 0.0.0.0 | |
| Pull=newer | |
| PublishPort=5000:5000 | |
| AutoUpdate=registry | |
| [Install] | |
| WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment