sacred
All checks were successful
s434765-training/pipeline/head This commit looks good

This commit is contained in:
Karolina Oparczyk 2021-05-20 22:14:33 +02:00
parent 3e23841578
commit 19be7ca6eb
2 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@ RUN pip3 install tensorflow
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install GitPython
COPY ./data_train ./ COPY ./data_train ./
COPY ./data_dev ./ COPY ./data_dev ./
COPY ./neural_network.sh ./ COPY ./neural_network.sh ./

View File

@ -17,7 +17,7 @@ node {
} }
stage('Clone repo') { stage('Clone repo') {
/*try {*/ docker.image("karopa/ium:21").inside { /*try {*/ docker.image("karopa/ium:22").inside {
stage('Test') { stage('Test') {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]]) 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") copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR")
@ -43,8 +43,8 @@ node {
throw e*/ throw e*/
} }
} }
stage ("build evaluation") { /* stage ("build evaluation") {
build 's434765-evaluation/evaluation/' build 's434765-evaluation/evaluation/'
} }*/
} }