mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-12-20 03:59:30 +01:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -1,8 +1,13 @@
|
||||
# MLFlow Docker Setup [](https://github.com/Toumash/mlflow-docker/actions)
|
||||
|
||||
If you want to boot up mlflow project with one-liner - this repo is for you.
|
||||
> If you want to boot up mlflow project with one-liner - this repo is for you.
|
||||
> The only requirement is docker installed on your system and we are going to use Bash on linux/windows.
|
||||
|
||||
# 🚀 1-2-3! Setup guide
|
||||
1. Configure `.env` file for your choice. You can put there anything you like, it will be used to configure you services
|
||||
2. Run `docker compose up`
|
||||
3. Open up http://localhost:5000 for MlFlow, and http://localhost:9001/ to browse your files in S3 artifact store
|
||||
|
||||
The only requirement is docker installed on your system and we are going to use Bash on linux/windows.
|
||||
|
||||
**👇Video tutorial how to set it up on Microsoft Azure 👇**
|
||||
|
||||
@@ -15,10 +20,6 @@ The only requirement is docker installed on your system and we are going to use
|
||||
- Ready to use bash scripts for python development!
|
||||
- Automatically-created s3 buckets
|
||||
|
||||
# 🚀 Setup guide
|
||||
1. Configure `.env` file for your choice. You can put there anything you like, it will be used to configure you services
|
||||
2. Run `docker compose up`
|
||||
3. Open up http://localhost:5000 for MlFlow, and http://localhost:9001/ to browse your files in S3 artifact store
|
||||
|
||||
## How to use in ML development in python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user