File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
.github/actions/setup-nvidia Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
description : which driver version to install
8
8
required : false
9
9
type : string
10
- default : " 550.54.15 " # https://docs .nvidia.com/datacenter/tesla/tesla-release-notes-550-54-15/index.html
10
+ default : " 570.133.07 " # https://www .nvidia.com/en-us/drivers/details/242273
11
11
12
12
runs :
13
13
using : composite
85
85
echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing"
86
86
elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then
87
87
echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing"
88
+
89
+ # Turn off persistent mode so that the installation script can unload the kernel module
90
+ sudo killall nvidia-persistenced || true
88
91
else
89
92
HAS_NVIDIA_DRIVER=1
90
93
echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation"
You can’t perform that action at this time.
0 commit comments