mlflow fix6
This commit is contained in:
parent
d4e1066199
commit
cf697133cb
@ -10,3 +10,4 @@ COPY . /code/
|
||||
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
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('-v /code/mlruns:/code/mlruns') {
|
||||
docker.image('s444452/ium:1.4').inside('-v /mlruns:/mlruns') {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
parameters([
|
||||
|
@ -1,7 +1,7 @@
|
||||
node {
|
||||
checkout scm
|
||||
try {
|
||||
docker.image('s444452/ium:1.4').inside('-v /code/mlruns:/code/mlruns') {
|
||||
docker.image('s444452/ium:1.4').inside('-v /mlruns:/mlruns') {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
pipelineTriggers([upstream(threshold: hudson.model.Result.SUCCESS, upstreamProjects: "s444452-create-dataset")]),
|
||||
|
Loading…
Reference in New Issue
Block a user