Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MBenediktF committed Aug 14, 2024
1 parent 4025eeb commit 5c2dcac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# How to start the mlflow ui

- Create a classic personal access token in your github developer settings (it only needs the read packages permission) and paste it to .env
- Run 'make setiup_mlflow_ui' to setup the docker container
- Add the aws key id and secrret and the bucket name to the .env file
- Run 'make start_mlflow_ui' to start the docker container
- Run 'refresh_mlflow_ui' to sync your local files with the database
- Run 'make start_mlflow_ui' to init and start the docker container
- Run 'sync_mlflow_ui' to sync your local changes with the database. Deletions of any kind are disabled.
- Access the mlflow ui at localhost:4444
- Run 'make stop_mlflow_ui' to stop the docker container
- Run 'make 'remove_mlflow_ui' to delete the docker container and the image

0 comments on commit 5c2dcac

Please sign in to comment.