Skip to content

Code for running a MLFlow docker container with nginx authentication.

Notifications You must be signed in to change notification settings

steven-mi/mlflow-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLFlow Server

MLFlow-server is a docker application to run an MLFlow-server on your computer. The authentication is activated by nginx. To run mlflow-server you only need Docker, Docker-Compose and an .env file with your login data.

Getting Started

Git clone:

git clone https://github.com/NewsPipe/mlflow-server.git
cd mlflow-server

Create a .env file with settings:

MLFLOW_TRACKING_USERNAME=user
MLFLOW_TRACKING_PASSWORD=pass

Start locally with docker

Start container:

docker-compose up --build

TODO

  • The MLFlow app can only be accessed with authentification but requests seems not to be working

About

Code for running a MLFlow docker container with nginx authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published