We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf4042 commit 7c660f6Copy full SHA for 7c660f6
site/en/install/gpu.md
@@ -123,7 +123,7 @@ complicates installation of the NVIDIA driver and is beyond the scope of these i
123
<pre class="prettyprint lang-bsh">
124
# Add NVIDIA package repositories
125
<code class="devsite-terminal">sudo apt-get update</code>
126
-<code class="devsite-terminal">sudo apt-get install -y <apt-transport-https/code>
+<code class="devsite-terminal">sudo apt-get install -y apt-transport-https</code>
127
<code class="devsite-terminal">wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-keyring_1.0-1_all.deb</code>
128
<code class="devsite-terminal">sudo dpkg -i cuda-keyring_1.0-1_all.deb</code>
129
0 commit comments