summarylogtreecommitdiffstats
path: root/nvidia-docker.install
blob: 65b78946a2893076110330c2734a788e85982173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat << EOF
NOTE: nvidia-docker is deprecated in upstream in favor of docker's new native
      gpu support using the nvidia-container-toolkit package.
      For more info, see:
https://wiki.archlinux.org/index.php/Docker#Run_GPU_accelerated_Docker_containers_with_NVIDIA_GPUs
EOF
}

post_upgrade() {
  post_install
}