Open akshat-khare opened 2 years ago
It appears /spconv/third_party/pybind11
directory is empty. Executing git clone https://github.com/pybind/pybind11.git
at /spconv/third_party
directory and letting remaining stuff run leads to successful build. Please fix the Dockerfile accordingly if this is the problem.
After cloning I ran
docker build -t 3dseg .
. Build is failing at step 30 with following error.Here is partial output of
nvidia-smi
Please help me build the image and run inference on it. Thanks