An open API service indexing awesome lists of open source software.

https://github.com/webern/nvidia-hack

A fork of https://github.com/NVIDIA/gpu-operator using the published tarball as the starting point.
https://github.com/webern/nvidia-hack

Last synced: 11 months ago
JSON representation

A fork of https://github.com/NVIDIA/gpu-operator using the published tarball as the starting point.

Awesome Lists containing this project

README

          

# NVIDIA Hack

This was 'forked', sort-of, by using Helm to install the NVIDIA gpu-operator Helm chart.

```bash
helm repo add nvidia https://nvidia.github.io/gpu-operator
helm repo update
helm install --devel nvidia/gpu-operator --wait --generate-name
```

Then grabbing the tarball from the Helm cache and saving it to the root of this repo as:

```
gpu-operator-1.1.0.tgz
```

Then I untarred this and used the sources.
I did this because it was difficult for me to figure out how to produce this v1.1.0 tarball from the original [source](https://github.com/NVIDIA/gpu-operator).