From da8ea723645d9451775bcca040511b0128e4822f Mon Sep 17 00:00:00 2001 From: piotr6789 Date: Sun, 25 Apr 2021 23:47:23 +0200 Subject: [PATCH] add pytorch exercise --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) 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"