Skip to content

Instantly share code, notes, and snippets.

@TheLurps
Created April 1, 2025 16:04
Show Gist options
  • Select an option

  • Save TheLurps/a14984b79a835aafe85b405d10141d5a to your computer and use it in GitHub Desktop.

Select an option

Save TheLurps/a14984b79a835aafe85b405d10141d5a to your computer and use it in GitHub Desktop.
Podman quadlet for local mlflow-server using SQLite
[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