conda
This commit is contained in:
parent
0961509a8e
commit
25fbe052c3
@ -1,6 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
docker {
|
||||
image 'mikolajk/ium:mlflow'
|
||||
args '-v /mlruns:/mlruns'
|
||||
}
|
||||
}
|
||||
@ -12,12 +13,6 @@ pipeline {
|
||||
)
|
||||
}
|
||||
stages {
|
||||
// stage('conda') {
|
||||
// steps {
|
||||
// sh 'conda env create -f environment.yml'
|
||||
// sh 'conda activate myenv'
|
||||
// }
|
||||
// }
|
||||
stage('Copy') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444417-create-dataset'
|
||||
|
Loading…
Reference in New Issue
Block a user