From 4f463535cbc621cef1b19ec11f679e3f3edefc31 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Wed, 11 May 2022 16:30:26 +0200 Subject: [PATCH] update dllib-mlflow.py, jenkinsfile_train-sacred --- Biblioteka_DL/dllib-mlflow.py | 2 +- Jenkinsfile_train-sacred | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Biblioteka_DL/dllib-mlflow.py b/Biblioteka_DL/dllib-mlflow.py index af1095e..a4f4ee4 100644 --- a/Biblioteka_DL/dllib-mlflow.py +++ b/Biblioteka_DL/dllib-mlflow.py @@ -303,7 +303,7 @@ def my_main(epochs): input_example = features_train_g siganture = infer_signature(features_train_g, labels_train_g) - # mlflow.set_tracking_uri("http://172.17.0.1:5000") + mlflow.set_tracking_uri("http://172.17.0.1:5000") # mlflow.set_tracking_uri("http://172.17.0.1:5000/#/") tracking_url_type_store = urlparse(mlflow.get_tracking_uri()).scheme # print(tracking_url_type_store) diff --git a/Jenkinsfile_train-sacred b/Jenkinsfile_train-sacred index ac6951f..eeb57ff 100644 --- a/Jenkinsfile_train-sacred +++ b/Jenkinsfile_train-sacred @@ -23,8 +23,6 @@ pipeline { sh 'ls mlruns' archiveArtifacts artifacts: 'mlruns/**' sh 'rm -r mlruns' - archiveArtifacts artifacts: 'my_model/**' - sh 'rm -r my_model' } } }