From 05bc5c1959c2c94fad04ab351cc8c371bf99e38e Mon Sep 17 00:00:00 2001 From: koalaeagle <100681395@student.swin.edu.au> Date: Sun, 29 Sep 2024 09:03:35 +1000 Subject: [PATCH] fix - added missing wildcard in kmod-nvidia installation guidance (#238) Co-authored-by: Scott Dickson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e87272f..288cbe43 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ For NVIDIA images, add something like this to your Containerfile, replacing `TAG COPY --from=ghcr.io/ublue-os/akmods-nvidia:TAG /rpms/ /tmp/rpms RUN find /tmp/rpms RUN rpm-ostree install /tmp/rpms/ublue-os/ublue-os-nvidia*.rpm - RUN rpm-ostree install /tmp/rpms/kmods/kmod-nvidia.rpm + RUN rpm-ostree install /tmp/rpms/kmods/kmod-nvidia*.rpm These examples show: