fix for stupidity
Some checks failed
s444018-training/pipeline/head There was a failure building this commit
s444018-evaluation/pipeline/head This commit looks good

This commit is contained in:
Szymon Parafiński 2022-05-16 02:27:09 +02:00
parent 38e354c0c1
commit 6939338bd2
3 changed files with 9 additions and 7 deletions

View File

@ -13,7 +13,7 @@ RUN pip3 install matplotlib
RUN pip3 install torch
RUN pip3 install sacred
RUN pip3 install pymongo
RUN pip3 install mflow
RUN pip3 install mlflow
ARG CUTOFF
ARG KAGGLE_USERNAME

View File

@ -1,8 +1,9 @@
pipeline {
agent {
dockerfile {
additionalBuildArgs "-t docker_image"
}
docker {
image 'docker_image'
args '-v /mlruns:/mlruns'
}
}
stages {

View File

@ -1,8 +1,9 @@
pipeline {
agent {
dockerfile {
additionalBuildArgs "--build-arg -v /mlruns:/mlruns -t docker_image"
}
docker {
image 'docker_image'
args '-v /mlruns:/mlruns'
}
}
parameters {
string(