This commit is contained in:
parent
3e23841578
commit
19be7ca6eb
@ -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 ./
|
||||||
|
@ -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/'
|
||||||
|
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user