Skip to content

Commit 0fcd432

Browse files
Merge pull request #494 from rogerthat94:master
PiperOrigin-RevId: 245112728
2 parents 43170fc + 3b6317d commit 0fcd432

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

site/en/install/gpu.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ complicates installation of the NVIDIA driver and is beyond the scope of these i
124124
<code class="devsite-terminal">sudo apt install ./nvidia-machine-learning-repo-ubuntu1604_1.0.0-1_amd64.deb</code>
125125
<code class="devsite-terminal">sudo apt-get update</code>
126126

127-
# Install NVIDIA Driver
127+
# Install NVIDIA driver
128128
# Issue with driver install requires creating /usr/lib/nvidia
129129
<code class="devsite-terminal">sudo mkdir /usr/lib/nvidia</code>
130130
<code class="devsite-terminal">sudo apt-get install --no-install-recommends nvidia-410</code>
@@ -157,6 +157,12 @@ complicates installation of the NVIDIA driver and is beyond the scope of these i
157157
<code class="devsite-terminal">sudo apt install ./nvidia-machine-learning-repo-ubuntu1604_1.0.0-1_amd64.deb</code>
158158
<code class="devsite-terminal">sudo apt update</code>
159159

160+
# Install the NVIDIA driver
161+
# Issue with driver install requires creating /usr/lib/nvidia
162+
<code class="devsite-terminal">sudo mkdir /usr/lib/nvidia</code>
163+
<code class="devsite-terminal">sudo apt-get install --no-install-recommends nvidia-410</code>
164+
# Reboot. Check that GPUs are visible using the command: nvidia-smi
165+
160166
# Install CUDA and tools. Include optional NCCL 2.x
161167
<code class="devsite-terminal">sudo apt install cuda9.0 cuda-cublas-9-0 cuda-cufft-9-0 cuda-curand-9-0 \
162168
cuda-cusolver-9-0 cuda-cusparse-9-0 libcudnn7=7.2.1.38-1+cuda9.0 \

0 commit comments

Comments
 (0)