From 19be7ca6eba9481ff83c6674072c4e4520097d50 Mon Sep 17 00:00:00 2001 From: Karolina Oparczyk Date: Thu, 20 May 2021 22:14:33 +0200 Subject: [PATCH] sacred --- Dockerfile | 1 + JenkinsfileNeural | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 976546c..7c6b4b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN pip3 install tensorflow RUN pip3 install sklearn RUN pip3 install pymongo RUN pip3 install sacred +RUN pip3 install GitPython COPY ./data_train ./ COPY ./data_dev ./ COPY ./neural_network.sh ./ diff --git a/JenkinsfileNeural b/JenkinsfileNeural index 92bd413..8cb781e 100644 --- a/JenkinsfileNeural +++ b/JenkinsfileNeural @@ -17,7 +17,7 @@ node { } stage('Clone repo') { - /*try {*/ docker.image("karopa/ium:21").inside { + /*try {*/ docker.image("karopa/ium:22").inside { stage('Test') { checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]]) copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR") @@ -43,8 +43,8 @@ node { throw e*/ } } - stage ("build evaluation") { + /* stage ("build evaluation") { build 's434765-evaluation/evaluation/' - } + }*/ }