post_install() { cat << EOF => Prior to running 'CUDA'-containers, ensure that the nvidia-docker-plugin is loaded. -> https://github.com/NVIDIA/nvidia-docker#other-distributions *) manually; sudo -b nohup nvidia-docker-plugin > /tmp/nvidia-docker.log *) automatically at startup; systemctl enable nvidia-docker.service EOF } post_upgrade() { post_install } post_remove() { cat << EOF => Don't forget to disable/stop a potentially running nvidia-docker.service EOF }