mlflow attempt task 2

This commit is contained in:
Kamila 2022-05-15 11:24:22 +02:00
parent 038b870d75
commit b7cfaeb865
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ pipeline {
agent {
dockerfile {
filename 'Dockerfile'
args '-v /mlruns:/mlruns'
}
}

View File

@ -11,7 +11,6 @@ import mlflow
import sys
from urllib.parse import urlparse
mlflow.delete_experiment("s444517")
mlflow.set_experiment("s444517")
mlflow.set_tracking_uri("http://172.17.0.1:5000")