Skip to content

Commit

Permalink
GITBOOK-358: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewwww authored and gitbook-bot committed Nov 14, 2024
1 parent 91316ec commit 31b4538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitbook/node-hosting/start-a-node/start-a-node-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Docker version 26.0.0, build 2ae903e

**b. Run the following command in the terminal:**

<pre class="language-bash"><code class="lang-bash"><strong>$ sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
<pre class="language-bash"><code class="lang-bash"><strong>$ sudo docker run --rm --gpus all ubuntu nvidia-smi
</strong></code></pre>

You should get the info of the GPU from `nvidia-smi` like this:
Expand Down

0 comments on commit 31b4538

Please sign in to comment.