evaluation branch
Some checks failed
s434765-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Karolina Oparczyk 2021-05-17 22:53:32 +02:00
parent 211a81357c
commit 76f867a285
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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")