diff --git a/Jenkinsfile b/Jenkinsfile index bdc282f..ab9a69e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,6 @@ node { def image = docker.build("s440058/ium") image.inside { sh 'python3 ./pytorch-example.py > model.txt' - sh 'python3 ./init.py > model.txt' sh "chmod 777 ./bash.sh" sh "./bash.sh"