You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow to specify pwd in secexec (#1901).
Also the usage of "secexec" has been slightly changed: now the executable and
its arguments must be specified after "--".
For example: secexec /etc/secexec -- /bin/ls -lith.
watch for keystore in sysinit.
Fixed
more nvidia related .so files for volumes (#1907).
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;