mount mlruns
Some checks failed
444507-training/pipeline/head There was a failure building this commit
s444507-predict-s444356/pipeline/head This commit looks good
s444507-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-16 09:11:55 +02:00
parent fad30cde27
commit 66a3ed2247
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@ -155,3 +155,7 @@ kaggle.json
Car_Prices_Poland_Kaggle* Car_Prices_Poland_Kaggle*
CarPrices* CarPrices*
IUM08/* IUM08/*
mlruns/*
my_model
.DS_store
*.db

View File

@ -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') {

View File

@ -2,7 +2,6 @@ name: s444507
docker_env: docker_env:
image: adamwojdyla image: adamwojdyla
volumes: ["/mlflow/tmp/mlruns"]
entry_points: entry_points:
main: main: