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*
|
||||
CarPrices*
|
||||
IUM08/*
|
||||
mlruns/*
|
||||
my_model
|
||||
.DS_store
|
||||
*.db
|
@ -1,9 +1,10 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 's444507_create_dataset_image:latest' }
|
||||
args '-v /mlruns:/mlruns'
|
||||
}
|
||||
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 {
|
||||
stage('Get arifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user