Skip to content

Commit

Permalink
docs: fixed code blocks and url markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
MBenediktF committed Aug 15, 2024
1 parent c49120e commit 6ff4f38
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

- Create a classic personal access token in your github developer settings (it only needs the read packages permission) and paste it to .env
- Add the aws key id and secrret and the bucket name to the .env file
- 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
- 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 [port 4444](http://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

## How to manage raw datasets

Expand Down

0 comments on commit 6ff4f38

Please sign in to comment.