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 torch
|
||||||
RUN pip3 install sacred
|
RUN pip3 install sacred
|
||||||
RUN pip3 install pymongo
|
RUN pip3 install pymongo
|
||||||
RUN pip3 install mflow
|
RUN pip3 install mlflow
|
||||||
|
|
||||||
ARG CUTOFF
|
ARG CUTOFF
|
||||||
ARG KAGGLE_USERNAME
|
ARG KAGGLE_USERNAME
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
docker {
|
||||||
additionalBuildArgs "-t docker_image"
|
image 'docker_image'
|
||||||
|
args '-v /mlruns:/mlruns'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
docker {
|
||||||
additionalBuildArgs "--build-arg -v /mlruns:/mlruns -t docker_image"
|
image 'docker_image'
|
||||||
|
args '-v /mlruns:/mlruns'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
|
Loading…
Reference in New Issue
Block a user