dvc dependency
All checks were successful
s434784-evaluation/pipeline/head This commit looks good
s434784-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Sobkowiak 2021-06-12 23:12:41 +02:00
parent 4aa18c3b0e
commit 47da5459a7
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,7 @@ RUN pip3 install tensorflow
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install dvc
WORKDIR /app WORKDIR /app

View File

@ -1,5 +1,7 @@
pipeline { pipeline {
agent any; agent {
dockerfile true
}
stages{ stages{
stage('checkout: Check out from version control') { stage('checkout: Check out from version control') {