fix for stupidity
This commit is contained in:
parent
38e354c0c1
commit
6939338bd2
@ -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
|
||||
|
@ -1,8 +1,9 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
additionalBuildArgs "-t docker_image"
|
||||
}
|
||||
docker {
|
||||
image 'docker_image'
|
||||
args '-v /mlruns:/mlruns'
|
||||
}
|
||||
}
|
||||
|
||||
stages {
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user