diff --git a/Makefile b/Makefile index 9e923c995..218cff482 100644 --- a/Makefile +++ b/Makefile @@ -56,3 +56,4 @@ fastsocket_installer: docker build --pull -t ${REGISTRY}/${FASTSOCKET_INSTALLER_IMAGE}:${TAG} -f fast-socket-installer/image/Dockerfile . .PHONY: all format test vet presubmit build container push partition-gpu +.PHONY: all format test vet presubmit build container push fastsocket_installer \ No newline at end of file