Skip to content

Commit

Permalink
fix - added missing wildcard in kmod-nvidia installation guidance (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Dickson <[email protected]>
  • Loading branch information
koalaeagle and Scott Dickson authored Sep 28, 2024
1 parent 9a29cff commit 05bc5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 05bc5c1

Please sign in to comment.