Skip to content

Commit

Permalink
Update model-deployment.yaml.TEMPLATE (#1164)
Browse files Browse the repository at this point in the history
Fixed container

Co-authored-by: Andrew Gold <[email protected]>
  • Loading branch information
javiergp and agold-rh authored Oct 27, 2023
1 parent c94ea2e commit c4dd8f2
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 c4dd8f2

Please sign in to comment.