diff --git a/Docker/Jenkinsfile b/Docker/Jenkinsfile index e8bb6bc..cbd381f 100644 --- a/Docker/Jenkinsfile +++ b/Docker/Jenkinsfile @@ -17,10 +17,8 @@ pipeline { stage('Split set into dev/train/test') { steps { - app.inside { sh 'ls -la' sh 'python3 ./Docker/script.py' - } } }