add pytorch exercise
This commit is contained in:
parent
211589cd61
commit
da8ea72364
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user