diff --git a/Dockerfile b/Dockerfile index c4ebab4..e852858 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file diff --git a/JenkinsfileEval b/JenkinsfileEval index a64e5b7..06f315f 100644 --- a/JenkinsfileEval +++ b/JenkinsfileEval @@ -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")