pipeline {
docker {
image 'ksero/ium:mlflow'
}
stages {
stage('Prediction') {
steps {
sh 'ls -la'
sh "python ./predictMlflow.py"