You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for using nvidia GPUs inside containers (#43)
* feat: Add support for using nvidia GPUs inside containers
* feat: Add container runtime config files into general add-ons package
* feat: Add config.toml for rootless container support
* fix: Keep backup of original nvidia container runtime config.toml
Copy file name to clipboardexpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,19 @@ $ podman build \
112
112
--tag build-test:latest
113
113
```
114
114
115
+
## Using Nvidia GPUs in containers
116
+
117
+
[There is support for enabling Nvidia GPUs in containers](https://www.redhat.com/en/blog/how-use-gpus-containers-bare-metal-rhel-8). This can can be verified by running the following:
0 commit comments