Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Docker environment for MLflow tracking server

License

NotificationsYou must be signed in to change notification settings

Ermlab/mlflow-tracking-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker environment with MLflow tracking server.

Running

To run MLflow tracking server you can use prepared docker-compose.yml file orDockerfile.

docker-compose

This option additionally creates container with PostgreSQL database. You shouldset environment variables invariables section or use.env file. List ofrequired variable can be found in.env.default file.

Dockerfile

If you don't need PostgreSQL database, it will be good option to choose Dockerfileoption. Just build and run. Don't forget about required variables – pass it asarguments.

Variables

NameRequiredDescription
ARTIFACT_ROOTyesValue for MLflow server --default-artifact-root param
HOSTyesValue for MLflow server --host param
BACKEND_STORE_URIyesValue for MLflow server --backend-store-uri param
GOOGLE_APPLICATION_CREDENTIALSnoCredentials for Google Cloud
POSTGRES_USERyes – for docker-compose run optionPostgreSQL username
POSTGRES_PASSWORDyes – for docker-compose run optionPostgreSQL password
POSTGRES_DByes – for docker-compose run optionPostgreSQL database name

About

Docker environment for MLflow tracking server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp