added URI
This commit is contained in:
parent
3e34456d79
commit
aa5bcc74cb
@ -10,6 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage('training') {
|
||||
steps {
|
||||
sh 'export MLFLOW_TRACKING_URI=http://172.17.0.1:5000'
|
||||
sh 'chmod +x pred_from_mlflow_model.py'
|
||||
sh 'python3 pred_from_mlflow_model.py'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user