working cli

This commit is contained in:
Tomasz Dłuski
2020-08-23 23:57:08 +02:00
parent 09127e4af4
commit b8170952fa
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ aws configure
4. Create mlflow bucket
```shell
npm i
aws --endpoint-url=http://localhost:9000 s3 mb s3://mlflow
```
@@ -54,6 +53,7 @@ MLFLOW_S3_ENDPOINT_URL=http://localhost:9000/mlflow MLFLOW_TRACKING_URI=http://l
Optionally you can run
```shell
MLFLOW_S3_ENDPOINT_URL=http://localhost:9000/mlflow MLFLOW_TRACKING_URI=http://localhost:5000 python ./quickstart/mlflow_tracking.py
```
8. To make the setting permament move the MLFLOW_S3_ENDPOINT_URL and MLFLOW_TRACKING_URI into your .bashrc