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