evaluation branch
Some checks failed
s434765-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s434765-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
211a81357c
commit
76f867a285
@ -8,9 +8,7 @@ RUN pip3 install pandas
|
||||
RUN pip3 install kaggle
|
||||
RUN pip3 install tensorflow
|
||||
RUN pip3 install sklearn
|
||||
COPY ./data_train ./
|
||||
COPY ./data_dev ./
|
||||
COPY ./neural_network.sh ./
|
||||
COPY ./neural_network.py ./
|
||||
COPY ./evaluate_network.py ./
|
||||
RUN mkdir /.kaggle
|
||||
RUN chmod -R 777 /.kaggle
|
@ -15,7 +15,7 @@ node {
|
||||
|
||||
}
|
||||
stage('Clone repo') {
|
||||
docker.image("karopa/ium:11").inside {
|
||||
docker.image("karopa/ium:12").inside {
|
||||
stage('Test') {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_DATASET")
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-training/master/', selector: buildParameter("BUILD_MODEL")
|
||||
|
Loading…
Reference in New Issue
Block a user