Skip to content

Commit 79062ca

Browse files
committed
Update the wording. 0ac47a4
1 parent 78c948f commit 79062ca

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

_sources/nvidia/advanced/ubuntu20_for_nvidia.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Set the docker privilege
6161
When you open a new terminal, it'll show which kind of envrionment you want to run.
6262
For more information, refer to `Neuron Startup Menu <https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/installation.html>`_.
6363

64-
Install necessary packages for the container
65-
--------------------------------------------
64+
Install necessary packages in the container
65+
-------------------------------------------
6666

6767
Since NVIDIA CUDA from Jetpack 4.6 has some limitation to run in Ubuntu 20.04 container,
68-
we still need to do the following settings.
68+
we still need to do the following settings in your container.
6969

7070
.. code-block:: bash
7171

_sources/roscube-pico/nvidia/advanced/ubuntu20_for_nvidia.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Set the docker privilege
6161
When you open a new terminal, it'll show which kind of envrionment you want to run.
6262
For more information, refer to `Neuron Startup Menu <https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/installation.html>`_.
6363

64-
Install necessary packages for the container
65-
--------------------------------------------
64+
Install necessary packages in the container
65+
-------------------------------------------
6666

6767
Since NVIDIA CUDA from Jetpack 4.6 has some limitation to run in Ubuntu 20.04 container,
68-
we still need to do the following settings.
68+
we still need to do the following settings in your container.
6969

7070
.. code-block:: bash
7171

_sources/roscube-x/nvidia/advanced/ubuntu20_for_nvidia.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Set the docker privilege
6161
When you open a new terminal, it'll show which kind of envrionment you want to run.
6262
For more information, refer to `Neuron Startup Menu <https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/installation.html>`_.
6363

64-
Install necessary packages for the container
65-
--------------------------------------------
64+
Install necessary packages in the container
65+
-------------------------------------------
6666

6767
Since NVIDIA CUDA from Jetpack 4.6 has some limitation to run in Ubuntu 20.04 container,
68-
we still need to do the following settings.
68+
we still need to do the following settings in your container.
6969

7070
.. code-block:: bash
7171

nvidia/advanced/ubuntu20_for_nvidia.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ <h2>Install Neuron Startup Menu<a class="headerlink" href="#install-neuron-start
199199
<p>When you open a new terminal, it’ll show which kind of envrionment you want to run.
200200
For more information, refer to <a class="reference external" href="https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/installation.html">Neuron Startup Menu</a>.</p>
201201
</div>
202-
<div class="section" id="install-necessary-packages-for-the-container">
203-
<h2>Install necessary packages for the container<a class="headerlink" href="#install-necessary-packages-for-the-container" title="Permalink to this headline"></a></h2>
202+
<div class="section" id="install-necessary-packages-in-the-container">
203+
<h2>Install necessary packages in the container<a class="headerlink" href="#install-necessary-packages-in-the-container" title="Permalink to this headline"></a></h2>
204204
<p>Since NVIDIA CUDA from Jetpack 4.6 has some limitation to run in Ubuntu 20.04 container,
205-
we still need to do the following settings.</p>
205+
we still need to do the following settings in your container.</p>
206206
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># CUDA 10.2 only supports gcc8 and g++8</span>
207207
sudo apt update
208208
sudo apt install gcc-8 g++-8

roscube-pico/nvidia/advanced/ubuntu20_for_nvidia.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<li class="toctree-l4"><a class="reference internal" href="#extend-the-storage">Extend the storage</a></li>
9898
<li class="toctree-l4"><a class="reference internal" href="#install-cuda-library">Install CUDA library</a></li>
9999
<li class="toctree-l4"><a class="reference internal" href="#install-neuron-startup-menu">Install Neuron Startup Menu</a></li>
100-
<li class="toctree-l4"><a class="reference internal" href="#install-necessary-packages-for-the-container">Install necessary packages for the container</a></li>
100+
<li class="toctree-l4"><a class="reference internal" href="#install-necessary-packages-in-the-container">Install necessary packages in the container</a></li>
101101
<li class="toctree-l4"><a class="reference internal" href="#run-yolo-object-detection-example">Run YOLO Object Detection example</a></li>
102102
</ul>
103103
</li>
@@ -227,10 +227,10 @@ <h2>Install Neuron Startup Menu<a class="headerlink" href="#install-neuron-start
227227
<p>When you open a new terminal, it’ll show which kind of envrionment you want to run.
228228
For more information, refer to <a class="reference external" href="https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/installation.html">Neuron Startup Menu</a>.</p>
229229
</div>
230-
<div class="section" id="install-necessary-packages-for-the-container">
231-
<h2>Install necessary packages for the container<a class="headerlink" href="#install-necessary-packages-for-the-container" title="Permalink to this headline"></a></h2>
230+
<div class="section" id="install-necessary-packages-in-the-container">
231+
<h2>Install necessary packages in the container<a class="headerlink" href="#install-necessary-packages-in-the-container" title="Permalink to this headline"></a></h2>
232232
<p>Since NVIDIA CUDA from Jetpack 4.6 has some limitation to run in Ubuntu 20.04 container,
233-
we still need to do the following settings.</p>
233+
we still need to do the following settings in your container.</p>
234234
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># CUDA 10.2 only supports gcc8 and g++8</span>
235235
sudo apt update
236236
sudo apt install gcc-8 g++-8

roscube-x/nvidia/advanced/ubuntu20_for_nvidia.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<li class="toctree-l4"><a class="reference internal" href="#extend-the-storage">Extend the storage</a></li>
9898
<li class="toctree-l4"><a class="reference internal" href="#install-cuda-library">Install CUDA library</a></li>
9999
<li class="toctree-l4"><a class="reference internal" href="#install-neuron-startup-menu">Install Neuron Startup Menu</a></li>
100-
<li class="toctree-l4"><a class="reference internal" href="#install-necessary-packages-for-the-container">Install necessary packages for the container</a></li>
100+
<li class="toctree-l4"><a class="reference internal" href="#install-necessary-packages-in-the-container">Install necessary packages in the container</a></li>
101101
<li class="toctree-l4"><a class="reference internal" href="#run-yolo-object-detection-example">Run YOLO Object Detection example</a></li>
102102
</ul>
103103
</li>
@@ -228,10 +228,10 @@ <h2>Install Neuron Startup Menu<a class="headerlink" href="#install-neuron-start
228228
<p>When you open a new terminal, it’ll show which kind of envrionment you want to run.
229229
For more information, refer to <a class="reference external" href="https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/installation.html">Neuron Startup Menu</a>.</p>
230230
</div>
231-
<div class="section" id="install-necessary-packages-for-the-container">
232-
<h2>Install necessary packages for the container<a class="headerlink" href="#install-necessary-packages-for-the-container" title="Permalink to this headline"></a></h2>
231+
<div class="section" id="install-necessary-packages-in-the-container">
232+
<h2>Install necessary packages in the container<a class="headerlink" href="#install-necessary-packages-in-the-container" title="Permalink to this headline"></a></h2>
233233
<p>Since NVIDIA CUDA from Jetpack 4.6 has some limitation to run in Ubuntu 20.04 container,
234-
we still need to do the following settings.</p>
234+
we still need to do the following settings in your container.</p>
235235
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># CUDA 10.2 only supports gcc8 and g++8</span>
236236
sudo apt update
237237
sudo apt install gcc-8 g++-8

0 commit comments

Comments
 (0)