update do zadania 2 z lab 06

This commit is contained in:
Norbert Walkowiak 2023-06-08 11:29:14 +02:00
parent ef7cb7b860
commit b0ac40cf41

View File

@ -26,10 +26,10 @@ pipeline{
stage('Check workspace content') {
steps {
sh 'ls ${env.WORKSPACE}'
echo "${env.WORKSPACE}"
}
}
stage('Train model'){
steps{
sh "docker run -v ${env.WORKSPACE} ium python3 DL-prediction.py"