-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andreas Färber <[email protected]>
- Loading branch information
Showing
2 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- This file originates from the project https://github.com/openSUSE/doc-kit --> | ||
<!-- This file can be edited downstream. --> | ||
<!DOCTYPE topic | ||
[ | ||
<!ENTITY % entities SYSTEM "../common/generic-entities.ent"> | ||
%entities; | ||
]> | ||
<!-- refers to legacy doc: <add github link to legacy doc piece, if applicable> --> | ||
<!-- point back to this document with a similar comment added to your legacy doc piece --> | ||
<!-- refer to README.md for file and id naming conventions --> | ||
<!-- metadata is dealt with on the assembly level --> | ||
<topic xml:id="nvidia-jetson-sidecar-cuda" | ||
role="task" xml:lang="en" | ||
xmlns="http://docbook.org/ns/docbook" version="5.2" | ||
xmlns:its="http://www.w3.org/2005/11/its" | ||
xmlns:xi="http://www.w3.org/2001/XInclude" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:trans="http://docbook.org/ns/transclusion"> | ||
<info> | ||
<title>Installing &nvidia; &cuda; containers for &nvidia; &jetson; platforms</title><!-- can be changed via merge | ||
in the assembly --> | ||
<!-- add author's e-mail --> | ||
<meta name="maintainer" content="[email protected]" its:translate="no"/> | ||
<abstract><!-- can be changed via merge in the assembly --> | ||
<para> | ||
&nvidiareg; libraries consume the &nvidia; &jetsonreg; graphics drivers. | ||
</para> | ||
</abstract> | ||
</info> | ||
<section xml:id="nvidia-jetson-sidecar-cuda-introduction"> | ||
<title>Introduction</title> | ||
<para> | ||
... | ||
</para> | ||
</section> | ||
<section xml:id="nvidia-jetson-sidecar-cuda-requirements"> | ||
<title>Requirements</title> | ||
<itemizedlist> | ||
<listitem> | ||
<para> | ||
&nvidia; &jetson; &orin; System-on-Module or &nvidia; IGX &orin; based system | ||
</para> | ||
</listitem> | ||
<listitem> | ||
<para> | ||
&sles; 15 SP6 or &slm; 6.0 | ||
</para> | ||
</listitem> | ||
<listitem> | ||
<para> | ||
Linux kernel modules for &nvidia; &orin; GPU | ||
</para> | ||
</listitem> | ||
<listitem> | ||
<para> | ||
&nvidia; libraries for &nvidia; &orin; GPU | ||
</para> | ||
</listitem> | ||
</itemizedlist> | ||
</section> | ||
<section xml:id="nvidia-jetson-sidecar-cuda-install"> | ||
<title>Installing the container</title> | ||
<para> | ||
Install third-party containers provided by &nvidia;. | ||
</para> | ||
<procedure> | ||
<para> | ||
Perform the following steps on your &nvidia; based system. | ||
</para> | ||
<step> | ||
<para> | ||
...: | ||
</para> | ||
<screen>&prompt.user;<command>...</command></screen> | ||
</step> | ||
</procedure> | ||
</section> | ||
<section xml:id="nvidia-jetson-sidecar-cuda-summary"> | ||
<title>Summary</title> | ||
<para> | ||
... | ||
</para> | ||
</section> | ||
<section xml:id="nvidia-jetson-sidecar-cuda-troubleshooting"> | ||
<title>Troubleshooting</title> | ||
<para> | ||
... | ||
</para> | ||
</section> | ||
</topic> |