conda
This commit is contained in:
parent
0961509a8e
commit
25fbe052c3
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user