mlflow save model
Some checks failed
s434765-evaluation/pipeline/head This commit looks good
s434765-training/pipeline/head There was a failure building this commit

This commit is contained in:
Karolina Oparczyk 2021-05-22 17:15:02 +02:00
parent db02a3d471
commit bd6d30ebad
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ RUN pip3 install kaggle
RUN pip3 install tensorflow RUN pip3 install tensorflow
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install matplotlib RUN pip3 install matplotlib
RUN pip3 install mlflow
COPY ./data_dev ./ COPY ./data_dev ./
COPY ./evaluate_network.py ./ COPY ./evaluate_network.py ./
RUN mkdir /.kaggle RUN mkdir /.kaggle

View File

@ -16,7 +16,7 @@ node {
} }
stage('Clone repo') { stage('Clone repo') {
/* try {*/ docker.image("karopa/ium:28").inside { /* try {*/ docker.image("karopa/ium:29").inside {
stage('Test') { stage('Test') {
checkout([$class: 'GitSCM', branches: [[name: '*/mlflow']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]]) 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") copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR")