I'm trying to use Google Compute to play around with some deep learning models. I was hoping to use Nvidia's CUDA container to run these models. A relatively inexpensive way was to utilize Google's container-optimized OS to host the container on.
When I go to the driver, the Nvidia drivers are not installed. As it is a proprietary operating system, I cannot seem to find a way to install any driver for any of the GPUs that Google provides.
The closest thing I found was: https://github.com/ContainerEngine/accelerators/tree/master/cos-nvidia-gpu-installer, but this means creating a new container rather than using Nvidia's which comes with some GPU-accelerated libraries.