diff --git a/Dockerfile b/Dockerfile index 6308c76..aa1a9d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN pip3 install tensorflow RUN pip3 install sklearn RUN pip3 install sacred RUN pip3 install pymongo +RUN pip3 install dvc WORKDIR /app diff --git a/dvc.Jenkinsfile b/dvc.Jenkinsfile index a8ad4ba..1794847 100644 --- a/dvc.Jenkinsfile +++ b/dvc.Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent any; + agent { + dockerfile true + } stages{ stage('checkout: Check out from version control') {