From d3550b3d769594813fad7ee5629d06035f623cdc Mon Sep 17 00:00:00 2001 From: David Xia Date: Wed, 6 Mar 2024 10:57:11 -0500 Subject: [PATCH] kuberay-tpu-webhook: remove webhook as pre-requisite target of docker-build So contributors don't have to build the Go binary locally in order to build the docker image. --- applications/ray/kuberay-tpu-webhook/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/ray/kuberay-tpu-webhook/Makefile b/applications/ray/kuberay-tpu-webhook/Makefile index 3f8e37f82..04b4e738b 100644 --- a/applications/ray/kuberay-tpu-webhook/Makefile +++ b/applications/ray/kuberay-tpu-webhook/Makefile @@ -25,7 +25,7 @@ deploy: kubectl apply -f deployments/ # Build the docker image -docker-build: webhook +docker-build: docker build . -t ${IMG} # Push the docker image @@ -54,4 +54,4 @@ tests: kubectl apply -f tests/ delete-tests: - kubectl delete -f tests/ \ No newline at end of file + kubectl delete -f tests/