From 09127e4af4a86736a67c244dd7ee5924dad5b8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82uski?= Date: Sun, 23 Aug 2020 23:28:50 +0200 Subject: [PATCH] adds second option tu running mlflow run --- .gitignore | 3 ++- README.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6ee36b0..39a8b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -146,4 +146,5 @@ Temporary Items node_modules/ .localstack/ dbdata/ -s3/ \ No newline at end of file +s3/ +outputs/ \ No newline at end of file diff --git a/README.md b/README.md index ed49b57..9376825 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ source ~/.bashrc MLFLOW_S3_ENDPOINT_URL=http://localhost:9000/mlflow MLFLOW_TRACKING_URI=http://localhost:5000 mlflow run git@github.com:databricks/mlflow-example.git -P alpha=0.5 ``` +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 ```bash