mlflow fix
Some checks failed
s444452-training/pipeline/head There was a failure building this commit
Some checks failed
s444452-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
18e26fed6b
commit
f790b4d925
@ -8,4 +8,5 @@ WORKDIR /code
|
||||
COPY . /code/
|
||||
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||
RUN mkdir /mlruns && chmod o+w /mlruns
|
@ -1,7 +1,7 @@
|
||||
node {
|
||||
checkout scm
|
||||
try {
|
||||
docker.image('s444452/ium:1.4').inside {
|
||||
docker.image('s444452/ium:1.4').inside('-v /mlruns:/mlruns') {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
pipelineTriggers([upstream(threshold: hudson.model.Result.SUCCESS, upstreamProjects: "s444452-create-dataset")]),
|
||||
@ -47,6 +47,7 @@ node {
|
||||
stage('Archive artifacts') {
|
||||
archiveArtifacts "model/neural_net"
|
||||
archiveArtifacts "my_runs/**"
|
||||
archiveArtifacts "mlruns/**"
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user