diff --git a/source/running.rst b/source/running.rst index 1f8b078..014f805 100644 --- a/source/running.rst +++ b/source/running.rst @@ -119,6 +119,35 @@ Once the script has been edited to your liking, re-run Packer with: This will start a VM inside your cloud account, build the image and then shut down the VM. From that point on, any newly-started nodes will use the new image. +AWS GPU nodes ++++++++++++++ + +We need to adapt the default packer image as out of the box it does not +contain any of the nvidia software necessary to interact with the GPU. + +The first step is to change the ``compute_image_extra.sh`` script to +install the nvidia driver and CUDA toolchain: + +.. code-block:: shell-session + + [citc@mgmt ~]$ cat >> compute_image_extra.sh <