Found out that we're skipping a lot of useful nvidia's .so files.
This PR adds all of them to the docker volume.
Based on the content of NVIDIA-Linux-x86_64-440.82.
To keep the list up-to-date in the future:
download the latest version on drivers;
unpack them without installing: ./NVIDIA-Linux-x86_64-XXX.YY.run --extract-only;
list .so and update the list in insonmnia/worker/gpu/nvidia_tuner.go; Don't forget to remove versions and .0 from file names;
Found out that we're skipping a lot of useful nvidia's .so files. This PR adds all of them to the docker volume. Based on the content of NVIDIA-Linux-x86_64-440.82.
To keep the list up-to-date in the future:
./NVIDIA-Linux-x86_64-XXX.YY.run --extract-only
;insonmnia/worker/gpu/nvidia_tuner.go
; Don't forget to remove versions and .0 from file names;