Zaktualizuj 'Jenkins_train'
This commit is contained in:
parent
4fe8564d44
commit
29a316e7c7
@ -15,7 +15,7 @@ pipeline {
|
||||
script {
|
||||
def dockerImage = docker.image('s487194/ium:test2')
|
||||
dockerImage.inside {
|
||||
sh "python train1.py -epochs ${params.EPOCHS} -lr ${params.LR}"
|
||||
sh "python train.py -epochs ${params.EPOCHS} -lr ${params.LR}"
|
||||
archiveArtifacts artifacts: 'classificationn_model.pt', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user