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.
- Host: GitHub
- URL: https://github.com/webern/nvidia-hack
- Owner: webern
- License: apache-2.0
- Created: 2020-04-22T19:38:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T19:38:55.000Z (about 6 years ago)
- Last Synced: 2025-03-18T17:59:09.113Z (about 1 year ago)
- Language: Smarty
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).