Update README.md

This commit is contained in:
Tomasz Dłuski
2020-08-24 16:17:58 +02:00
committed by GitHub
parent 56c300b144
commit 4d19a4b885

View File

@@ -15,12 +15,6 @@ Creating mlflow_db ... done
Creating tracker_mlflow ... done Creating tracker_mlflow ... done
Creating aws-s3 ... done Creating aws-s3 ... done
``` ```
Your mlflow_db is slowly getting ready - it migh take up to 1 minute. To be sure, that all of the services are running fine, just run docker-compose up -d until you see all services `up-to-date`
> $ docker-compose up -d
> mlflow_db is up-to-date
> aws-s3 is up-to-date
> tracker_mlflow is up-to-date
3. Create mlflow bucket. You can do it **either using AWS CLI or Python Api**. **You dont need an AWS subscription** 3. Create mlflow bucket. You can do it **either using AWS CLI or Python Api**. **You dont need an AWS subscription**
<details><summary>AWS CLI</summary> <details><summary>AWS CLI</summary>