kops/hooks/nvidia-bootstrap
Pratik raj e9bafc6785 Some debian package manager tweaks
By default, Ubuntu or Debian based "apt" or "apt-get" system installs recommended but not suggested packages .

By passing "--no-install-recommends" option, the user lets apt-get know not to consider recommended packages as a dependency to install.

This results in smaller downloads and installation of packages .

Refer to blog at [Ubuntu Blog](https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends) .

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
2020-08-18 23:36:18 +05:30
..
image Some debian package manager tweaks 2020-08-18 23:36:18 +05:30
Makefile Experimental nvidia driver installation via a hook 2017-04-19 00:43:59 -04:00
README.md Clarify license statement for nvidia-bootstrap hook 2018-10-25 15:08:13 -04:00

README.md

NVIDIA Driver Installation

The source code within this directory is provided under the Apache License, version 2.0.

Note that the NVIDIA software installed by this hook's container may be subject to NVIDIA's own license terms.

This is an experimental hook for installing the nvidia drivers as part of the kops boot process.

Please see the GPU docs for more details on how to use this.