From bd6d30ebadbc8078667eb7bdc7a1dcf955c8b05d Mon Sep 17 00:00:00 2001 From: Karolina Oparczyk Date: Sat, 22 May 2021 17:15:02 +0200 Subject: [PATCH] mlflow save model --- Dockerfile | 1 + JenkinsfileNeural | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2602a7f..463b914 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN pip3 install kaggle RUN pip3 install tensorflow RUN pip3 install sklearn RUN pip3 install matplotlib +RUN pip3 install mlflow COPY ./data_dev ./ COPY ./evaluate_network.py ./ RUN mkdir /.kaggle diff --git a/JenkinsfileNeural b/JenkinsfileNeural index c09ecfe..7417d67 100644 --- a/JenkinsfileNeural +++ b/JenkinsfileNeural @@ -16,7 +16,7 @@ node { } stage('Clone repo') { - /* try {*/ docker.image("karopa/ium:28").inside { + /* try {*/ docker.image("karopa/ium:29").inside { stage('Test') { checkout([$class: 'GitSCM', branches: [[name: '*/mlflow']], 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")