add pytorch exercise

This commit is contained in:
piotr6789 2021-04-25 23:47:23 +02:00
parent 211589cd61
commit da8ea72364

1
Jenkinsfile vendored
View File

@ -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"