Unable to run GPU notebook example with CUDA 12.3.2
CUDA version changed in Dockerfile: FROM nvidia/cuda:12.3.2-runtime-ubuntu22.04
When running the cell in Jupyter notebook, the statement print(torch.cuda.is_available()) returns FALSE. The statement print(torch.cuda.get_device_name(0)) returns an error: RuntimeError: Unexpected error from cudaGetDeviceCount().
Unable to run GPU notebook example with CUDA 12.3.2
CUDA version changed in Dockerfile: FROM nvidia/cuda:12.3.2-runtime-ubuntu22.04
When running the cell in Jupyter notebook, the statement print(torch.cuda.is_available()) returns FALSE. The statement print(torch.cuda.get_device_name(0)) returns an error: RuntimeError: Unexpected error from cudaGetDeviceCount().