I have an MSI laptop with an NVIDIA GeForce GTX 1650 with Max-Q Design graphic card. I installed Ubuntu 24, which comes with the 535 NVIDIA driver.
MY goal is to train a deep learning model using TensorFlow and my GPU.
I’ve done this before, but had to reinstall my OS since I changed my hard drive.
Now I want to use the CUDA Container Toolkit. I follow the instructions in the NVDIA website, but I get this error while running the latest TensorFlow docker image (with Jupyter and GPU):
kernel version 535.183.1 does not match DSO version 545.23.6 -- cannot find working devices in this configuration
Tried installing the 555 driver, but won’t work either (actually, it broke my system).
I also tried earlier versions of Tensor Flows, but to no avail.
What I’m doing wrong here?