runtime error

/python3.10/site-packages/setuptools/_distutils/dist.py", line 987, in run_command cmd_obj.run() File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 84, in run _build_ext.run(self) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 346, in run self.build_extensions() File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 499, in build_extensions _check_cuda_version(compiler_name, compiler_version) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 387, in _check_cuda_version raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda)) RuntimeError: The detected CUDA version (12.3) mismatches the version that was used to compile PyTorch (11.7). Please make sure to use the same CUDA versions. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure × Encountered error while trying to install package. ╰─> diff-gaussian-rasterization note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure. [notice] A new release of pip available: 22.3.1 -> 24.1.2 [notice] To update, run: pip install --upgrade pip /home/user/app/core/attention.py:22: UserWarning: xFormers is available (Attention) warnings.warn("xFormers is available (Attention)") Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> from core.models import LGM File "/home/user/app/core/models.py", line 11, in <module> from core.gs import GaussianRenderer File "/home/user/app/core/gs.py", line 8, in <module> from diff_gaussian_rasterization import ( ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

Container logs:

Fetching error logs...