Hi everyone, new solus user here and I'm still very green.
I'm trying to work with nvidia-docker but I can't seem to get it to work. Docker without GPU works fine (even after installing nvida-docker plugin) but I can't run the simple command.
docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi
The terminal prompts me with
NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display Driver is properly installed and present in your system.
Please also try adding directory that contains libnvidia-ml.so to your system PATH.
I have cuda 10 installed correctly ( I can compile C++ code against libnvblas.so for example ) and libnvidia-ml.so is in both the /usr/lib64/ , /usr/lib32/ and /usr/lib/ directories, which are of course reachable by the system.
I can run nvidia-smi smoothly without the docker container btw, in case it's relevant.
Tagging @DataDrake , hopefully correctly, because I saw on dev.getsol.us that you packaged it and managed to run correctly the above [sorry if I shouldn't have 🙂 ]