predict update

This commit is contained in:
Filip Izydorczyk 2021-06-04 18:21:53 +02:00
parent 58c2b11f4f
commit 878508b7a4

2
predict/Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
sh 'ls -l'
sh 'ls -l ./prediction_data'
sh 'ls -l ./prediction_data/movies_imdb'
sh 'python ./predict.py'
sh 'python ./predict/predict.py'
}
}
}