Closed
Description
I failed to build the system with the latest NVIDIA PyTorch docker image. The reason is PyTorch installed by pip
is built with CUDA 11.7 while the container uses CUDA 12.1.
RuntimeError:
The detected CUDA version (12.1) mismatches the version that was used to compile
PyTorch (11.7). Please make sure to use the same CUDA versions.