Skip to content

Commit

Permalink
applied review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbazant committed Sep 12, 2024
1 parent 50e17ea commit 7c6b5c8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tasks/NVIDIA-GPU-driver-installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,16 @@ https://download.nvidia.com/suse/sle15sp6/ nvidia-sle15sp6-main</command>
<screen>&prompt.root;<command>nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yaml</command></screen>
<para>
This ensures that any container started on the machine can employ
discovered &nvidia; GPU devices. You can then run a &podman;-based
container. Doing this via <command>podman</command> gives you a good
way of validating access to the &nvidia; device from within a
container, which should give confidence for doing the same with &kube;
at a later stage.
discovered &nvidia; GPU devices.
</para>
</step>
<step>
<para>
You can then run a &podman;-based container. Doing this via
<command>podman</command> gives you a good way of validating access to
the &nvidia; device from within a container, which should give
confidence for doing the same with &kube; at a later stage.
</para>
<para>
Give &podman; access to the labeled &nvidia; devices that were taken
care of by the previous command and simply run the
Expand Down

0 comments on commit 7c6b5c8

Please sign in to comment.