myruns
Some checks failed
s444354-training/pipeline/head There was a failure building this commit

This commit is contained in:
Adrian Charkiewicz 2022-05-15 22:03:07 +02:00
parent 182d136aca
commit 2fa5f88c56
3 changed files with 6 additions and 8 deletions

View File

@ -1,9 +1,9 @@
pipeline {
agent {
dockerfile {
args '-v /mlruns:/mlruns'
docker {
image 'ksero/ium:pytorch'
}
}
}
parameters {
buildSelector(
defaultSelector: lastSuccessful(),

View File

@ -1,9 +1,7 @@
pipeline {
agent {
dockerfile {
args '-v /mlruns:/mlruns'
docker {
image 'ksero/ium:pytorch'
}
}
stages {
stage('Prediction') {
steps {

View File

@ -2,7 +2,7 @@ name: tutorial
# conda_env: conda.yaml
docker_env:
image: ksero/ium:mlflow
image: ksero/ium:pytorch
entry_points:
main: