From 7f9a3bec6be699847b1ff1fe7b56b7232b6d2165 Mon Sep 17 00:00:00 2001 From: Sameer Sheorey Date: Thu, 12 Oct 2023 21:25:42 -0700 Subject: [PATCH] Don't build tf_ops explicitly. --- docker/Dockerfile.wheel | 2 +- util/ci_utils.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/Dockerfile.wheel b/docker/Dockerfile.wheel index cf10ca879f9..e1c184dc202 100644 --- a/docker/Dockerfile.wheel +++ b/docker/Dockerfile.wheel @@ -123,9 +123,9 @@ COPY . /root/Open3D WORKDIR /root/Open3D # Build python wheel + # TODO: re-enable tensorflow support, off due to due to cxx11_abi issue with PyTorch RUN export NPROC=$(nproc) \ && export BUILD_SHARED_LIBS=OFF \ - # TODO: re-enable tensorflow support, off due to due to cxx11_abi issue with PyTorch && export BUILD_TENSORFLOW_OPS=OFF \ && export BUILD_PYTORCH_OPS=ON \ && source /root/Open3D/util/ci_utils.sh \ diff --git a/util/ci_utils.sh b/util/ci_utils.sh index 09ab1720141..d18e0084d94 100644 --- a/util/ci_utils.sh +++ b/util/ci_utils.sh @@ -195,7 +195,6 @@ build_pip_package() { cmake -DBUILD_CUDA_MODULE=OFF "${cmakeOptions[@]}" .. set +x # Echo commands off echo - make VERBOSE=1 -j"$NPROC" pybind open3d_tf_ops open3d_torch_ops echo "Packaging Open3D CPU pip package..." make VERBOSE=1 -j"$NPROC" pip-package