Skip to content

Commit

Permalink
Update model-deployment.yaml.TEMPLATE
Browse files Browse the repository at this point in the history
Fixed container
  • Loading branch information
javiergp authored Oct 26, 2023
1 parent 7e5afcf commit 5e76d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ substitutions:
_REGION: ${region}
_PROJECT: ${project_id}
_GCS_BUCKET: ${project_id}_cloudbuild/logs
_CICD_IMAGE_URI: '${docker_repo}/cicd:latest'
_CICD_IMAGE_URI: '${docker_repo}/cicd-tfx:latest'
_MODEL_DISPLAY_NAME: creditcards-classifier-v02
_ENDPOINT_DISPLAY_NAME: creditcards-classifier
_SERVICE_ACCOUNT: ${sa_mlops}
Expand Down

0 comments on commit 5e76d0d

Please sign in to comment.