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 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 {
|
node {
|
||||||
checkout scm
|
checkout scm
|
||||||
try {
|
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') {
|
stage('Preparation') {
|
||||||
properties([
|
properties([
|
||||||
parameters([
|
parameters([
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
node {
|
node {
|
||||||
checkout scm
|
checkout scm
|
||||||
try {
|
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') {
|
stage('Preparation') {
|
||||||
properties([
|
properties([
|
||||||
pipelineTriggers([upstream(threshold: hudson.model.Result.SUCCESS, upstreamProjects: "s444452-create-dataset")]),
|
pipelineTriggers([upstream(threshold: hudson.model.Result.SUCCESS, upstreamProjects: "s444452-create-dataset")]),
|
||||||
|
Loading…
Reference in New Issue
Block a user