From aaaee62bff13af6d25c4c8af6d0e08021c250b79 Mon Sep 17 00:00:00 2001 From: Dongze Li Date: Fri, 9 Aug 2024 15:18:49 +0800 Subject: [PATCH] update --- k8s/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/k8s/Makefile b/k8s/Makefile index fcfcd6f7d2a8..f0627727fab0 100644 --- a/k8s/Makefile +++ b/k8s/Makefile @@ -58,13 +58,6 @@ dev-wheel: -t graphscope/graphscope-dev:wheel-${VINEYARD_VERSION}-${ARCH} \ -f $(DOCKERFILES_DIR)/manylinux2014.Dockerfile . -manylinux2014-ext: - cd $(WORKING_DIR) && \ - cd ../python/graphscope && \ - docker build \ - -t graphscope/manylinux2014:ext-${ARCH} \ - -f $(DOCKERFILES_DIR)/manylinux2014-ext.Dockerfile . - graphscope-dev: cd $(WORKING_DIR) && \ cd ../python/graphscope && \