1 2 3 4 5 6 7
post_upgrade() { printf '%s\n' "If you run into trouble with CUDA not being available, run 'nvidia-modprobe' first." } post_install() { post_upgrade }