This commit is contained in:
parent
182d136aca
commit
2fa5f88c56
@ -1,9 +1,9 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
args '-v /mlruns:/mlruns'
|
||||
docker {
|
||||
image 'ksero/ium:pytorch'
|
||||
}
|
||||
}
|
||||
}
|
||||
parameters {
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
|
@ -1,9 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
args '-v /mlruns:/mlruns'
|
||||
docker {
|
||||
image 'ksero/ium:pytorch'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Prediction') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user