predict update

This commit is contained in:
Filip Izydorczyk 2021-06-08 18:22:51 +02:00
parent 87659d358b
commit 6a33d840db

3
predict/Jenkinsfile vendored
View File

@ -14,9 +14,6 @@ pipeline {
}
stage('Predict example value'){
steps {
sh 'ls -l'
sh 'ls -l ./prediction_data'
sh 'ls -l ./prediction_data/movies_imdb'
sh 'python ./predict/predict.py'
}
}