conda
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-21 13:40:34 +02:00
parent 0961509a8e
commit 25fbe052c3

View File

@ -1,6 +1,7 @@
pipeline { pipeline {
agent { agent {
dockerfile { docker {
image 'mikolajk/ium:mlflow'
args '-v /mlruns:/mlruns' args '-v /mlruns:/mlruns'
} }
} }
@ -12,12 +13,6 @@ pipeline {
) )
} }
stages { stages {
// stage('conda') {
// steps {
// sh 'conda env create -f environment.yml'
// sh 'conda activate myenv'
// }
// }
stage('Copy') { stage('Copy') {
steps { steps {
copyArtifacts projectName: 's444417-create-dataset' copyArtifacts projectName: 's444417-create-dataset'