mount mlruns
This commit is contained in:
parent
fad30cde27
commit
66a3ed2247
4
.gitignore
vendored
4
.gitignore
vendored
@ -155,3 +155,7 @@ kaggle.json
|
|||||||
Car_Prices_Poland_Kaggle*
|
Car_Prices_Poland_Kaggle*
|
||||||
CarPrices*
|
CarPrices*
|
||||||
IUM08/*
|
IUM08/*
|
||||||
|
mlruns/*
|
||||||
|
my_model
|
||||||
|
.DS_store
|
||||||
|
*.db
|
@ -1,9 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker { image 's444507_create_dataset_image:latest' }
|
docker { image 's444507_create_dataset_image:latest' }
|
||||||
|
args '-v /mlruns:/mlruns'
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'epoch', defaultValue: '1000', description: 'Number of epochs to train model.')
|
string(name: 'epoch', defaultValue: '100', description: 'Number of epochs to train model.')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Get arifacts') {
|
stage('Get arifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user