This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

182 1 0

Clone this repository

https://tangled.org/karnwong.me/docker-mlflow https://tangled.org/did:plc:lssxbmkrtcj3p2ehhky5hxbh
git@tangled.org:karnwong.me/docker-mlflow git@tangled.org:did:plc:lssxbmkrtcj3p2ehhky5hxbh

For self-hosted knots, clone URLs may differ based on your setup.



README.md

docker-mlflow#

Usage#

make start # Access via http://localhost:8081

Development#

# build
docker build -t mlflow .

# run
docker run -p 8080:8080 --env-file .env mlflow