Skip to content

Commit 7c660f6

Browse files
authored
Fix /code in GPU installation instructions gpu.md
1 parent 5bf4042 commit 7c660f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ complicates installation of the NVIDIA driver and is beyond the scope of these i
123123
<pre class="prettyprint lang-bsh">
124124
# Add NVIDIA package repositories
125125
<code class="devsite-terminal">sudo apt-get update</code>
126-
<code class="devsite-terminal">sudo apt-get install -y <apt-transport-https/code>
126+
<code class="devsite-terminal">sudo apt-get install -y apt-transport-https</code>
127127
<code class="devsite-terminal">wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-keyring_1.0-1_all.deb</code>
128128
<code class="devsite-terminal">sudo dpkg -i cuda-keyring_1.0-1_all.deb</code>
129129
<code class="devsite-terminal">sudo apt-get update</code>

0 commit comments

Comments
 (0)