Skip to content

Commit

Permalink
Add v0.2.0 tag to pipeline template images (#366)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kadner <[email protected]>

Signed-off-by: Christian Kadner <[email protected]>
  • Loading branch information
ckadner authored Nov 2, 2022
1 parent d304ccc commit e08c853
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def model_pipeline(model_id='${model_identifier}'):

model_config = dsl.ContainerOp(
name='model_config',
image='tomcli/model-config',
image='mlexchange/model-config:v0.2.0',
command=['python'],
arguments=[
'-u', 'model-config.py',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def model_pipeline(model_id='${model_identifier}'):

model_config = dsl.ContainerOp(
name='model_config',
image='tomcli/model-config',
image='mlexchange/model-config:v0.2.0',
command=['python'],
arguments=[
'-u', 'model-config.py',
Expand All @@ -43,7 +43,7 @@ def model_pipeline(model_id='${model_identifier}'):

model_deployment = dsl.ContainerOp(
name='knative_model_deployment',
image='aipipeline/knative-model-deploy',
image='mlexchange/knative-model-deploy:v0.2.0',
command=['python'],
arguments=[
'-u', 'knative_deployment.py',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def model_pipeline(model_id='${model_identifier}'):

model_config = dsl.ContainerOp(
name='model_config',
image='aipipeline/model-config',
image='mlexchange/model-config:v0.2.0',
command=['python'],
arguments=[
'-u', 'model-config.py',
Expand All @@ -42,7 +42,7 @@ def model_pipeline(model_id='${model_identifier}'):

model_deployment = dsl.ContainerOp(
name='k8s_model_deployment',
image='aipipeline/deployment-k8s-remote',
image='mlexchange/deployment-k8s-remote:v0.2.0',
command=['python'],
arguments=[
'-u', 'kube_deployment.py',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def model_pipeline(model_id='${model_identifier}'):

model_config = dsl.ContainerOp(
name='model_config',
image='tomcli/model-config:latest',
image='mlexchange/model-config:v0.2.0',
command=['python'],
arguments=[
'-u', 'model-config.py',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def model_pipeline(model_id='${model_identifier}',

model_config = dsl.ContainerOp(
name='model_config',
image='aipipeline/model-config:latest',
image='mlexchange/model-config:v0.2.0',
command=['python'],
arguments=[
'-u', 'model-config.py',
Expand Down

0 comments on commit e08c853

Please sign in to comment.