mlflow save model
This commit is contained in:
parent
db02a3d471
commit
bd6d30ebad
@ -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
|
||||||
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user