From 2b647567b03f46e206d3b89b19f47c08bac5509c Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 12 Mar 2023 11:50:15 -0400 Subject: [PATCH] docs: reword warning on usage (#68) So far the gnashing of teeth has been pretty minimal. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1b69d02..58d7d174 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ [![build-ublue](/~https://github.com/ublue-os/nvidia/actions/workflows/build.yml/badge.svg)](/~https://github.com/ublue-os/nvidia/actions/workflows/build.yml) -The purpose of these images is to provide [community Fedora images](/~https://github.com/ublue-os/main) with Nvidia drivers built-in. This approach can lead to greater reliability as failures can be caught at the build level instead of the client machine. This also lets us generate individual sets of images for each series of Nvidia drivers, allowing users to remain current with their OS but on an older, known working driver. Performance regression with a recent driver update? Reboot into a known-working driver after one command. That's the goal! +The purpose of these images is to provide [community Fedora images](/~https://github.com/ublue-os/main) with Nvidia drivers built-in. This approach can lead to greater reliability as failures can be caught at the build level instead of the client machine. This also allows for individual sets of images for each series of Nvidia drivers, allowing users to remain current with their OS but on an older, known working driver. Performance regression with a recent driver update? Reboot into a known-working driver after one command. That's the goal! These images are based on the experimental ostree native container images hosted at [quay.io](https://quay.io/organization/fedora-ostree-desktops) ([repo](https://gitlab.com/fedora/ostree/ci-test)). -Note: This project is a work-in-progress. You should at a minimum be familiar with the [Fedora documentation](https://docs.fedoraproject.org/en-US/fedora-silverblue/) on how to administer an ostree system. This is currently for people who want to help figure this out, so there may be explosions and gnashing of teeth. +Note: This project is a work-in-progress. You should at a minimum be familiar with the [Fedora documentation](https://docs.fedoraproject.org/en-US/fedora-silverblue/) on how to administer an ostree system. ## Core image features: @@ -168,7 +168,6 @@ $ gh secret set AKMOD_PRIVKEY < certs/private_key.priv.prod $ cp certs/public_key.der.prod certs/public_key.der ``` - ## Using Nvidia GPUs in containers [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: