Open twixupmysleeve opened 2 months ago
Maybe try a different cuda version like: https://github.com/pierotofy/OpenSplat/blob/main/.github/workflows/ubuntu.yml#L22C9-L22C40
Maybe you should add a build options: --build-arg CMAKE_CUDA_ARCHITECTURES="80;86;89" ,because of A6000 means sm_86.
CUDA 12.6 is not supported by LibTorch, and currently the latest version supported by OpenSplat is 12.1 try
docker build -t opensplat:ubuntu-22.04-cuda-12.6 --build-arg UBUNTU_VERSION=22.04 --build-arg CUDA_VERSION=12.1.1 .
I'm trying to build OpenSplat docker on Linux. Everything works until I get this error:
I'm not sure what to do. Here are my specs via
nvidia-smi
: