Closed Toctave closed 1 year ago
it's a problem with driver installation. Never use apt to install GPU drivers
please follow NVIDIA guidelines for driver installation, e.g. https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html
Ah right, thanks. This was due to running everything inside of an Ubuntu 22.04 VM (my system runs Ubuntu 22.10, which nvidia-docker
doesn't support), which doesn't support using NVIDIA GPUs. Sorry for bothering you with that one .
Hello, When running the container on Ubuntu 22.04, I run into the following issue :
The issue seems to be that
libnvidia-ml.so.1
could not be found. The following packages supply it :I'm not sure which one should be installed, since I suppose it depends on the driver version that comes with the container. That being said, I guess the host machine dictates which driver version should be used since it must match the hardware. Being unfamiliar with Docker, I'm not sure what the correct way to make this work is.