Skip to content

Commit 5bf4042

Browse files
authored
Update site/en/install/gpu.md
1 parent d28cb65 commit 5bf4042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/install/gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ complicates installation of the NVIDIA driver and is beyond the scope of these i
9797

9898
<pre class="prettyprint lang-bsh">
9999
# Add NVIDIA package repositories
100-
# Note: For Ubuntu version other than 18.04 or CPU arch other than x86,
101-
# replace 'ubuntu1804' and/or 'x86_64' as needed in the following URL.
100+
# Note: For the Ubuntu version other than 18.04 or CPU architecture other than x86,
101+
# replace `ubuntu1804` and/or `x86_64` as needed in the following URL.
102102
<code class="devsite-terminal">wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1_all.deb</code>
103103
<code class="devsite-terminal">sudo dpkg -i cuda-keyring_1.0-1_all.deb</code>
104104
<code class="devsite-terminal">sudo apt-get update</code>

0 commit comments

Comments
 (0)