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: