From 43f8a72fcd51a11da9ba3bf02a93c81017e73789 Mon Sep 17 00:00:00 2001 From: Wei Hsia Date: Fri, 21 Apr 2023 14:56:31 -0700 Subject: [PATCH] Fixing typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c83109a..5fc7967 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ serve-latest-model: .PHONY: vertex-create-pipeline vertex-create-pipeline: @echo "Create Vertex AI Pipeline" - tfx pipeline create --pipeline-path=./componens/model/bert/vertex_pipeline/vertex_dag_runner.py --engine=vertex --build-image + tfx pipeline create --pipeline-path=./components/model/bert/vertex_pipeline/vertex_dag_runner.py --engine=vertex --build-image .PHONY: vertex-update-pipeline vertex-update-pipeline: