<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TailorNode Documentation – Using a VM with GPU</title><link>https://documents.tailornode.com/en/docs/user_guide/user_points/driver/</link><description>Recent content in Using a VM with GPU on TailorNode Documentation</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://documents.tailornode.com/en/docs/user_guide/user_points/driver/index.xml" rel="self" type="application/rss+xml"/><item><title>Docs: Installing NVIDIA GPU driver</title><link>https://documents.tailornode.com/en/docs/user_guide/user_points/driver/nvidia_install_driver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://documents.tailornode.com/en/docs/user_guide/user_points/driver/nvidia_install_driver/</guid><description>
&lt;div class="pageinfo pageinfo-primary">
&lt;p>This is the procedure for installing the GPU driver in the following environment:&lt;br>&lt;/p>
&lt;ul>
&lt;li>GPU: NVIDIA A100&lt;br>&lt;/li>
&lt;li>OS: Ubuntu20.04&lt;br>&lt;/li>
&lt;li>GPU Driver: 550.x（LTS）&lt;/li>
&lt;/ul>
&lt;/div>
&lt;h2 id="1-installing-nvidia-gpu-driver-only">1. Installing NVIDIA GPU driver only&lt;/h2>
&lt;h3 id="11-download-the-package">1.1. Download the package&lt;/h3>
&lt;ol>
&lt;li>
&lt;p>Visit the NVIDIA Official Driver Download site: &lt;br>&lt;a href="https://www.nvidia.com/ja-jp/drivers/">NVIDIA Official Driver Download | NVIDIA &lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>In the manual driver search field, enter &lt;code>A100&lt;/code> and select the following items:&lt;/p>
&lt;/li>
&lt;/ol>
&lt;ul>
&lt;li>Product Category: Data Center / Tesla&lt;/li>
&lt;li>Product Series: A-Series&lt;/li>
&lt;li>Product: NVIDIA A100&lt;/li>
&lt;li>OS: Linux 64-bit Ubuntu 20.04&lt;/li>
&lt;/ul>
&lt;ol start="3">
&lt;li>
&lt;p>Download the required version of the driver.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Agree to NVIDIA&amp;rsquo;s terms and conditions to complete the download.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;h3 id="12-installation">1.2. Installation&lt;/h3>
&lt;ol>
&lt;li>
&lt;p>Copy the downloaded .deb file to the target server.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Execute the following commands on the server:&lt;/p>
&lt;/li>
&lt;/ol>
&lt;pre tabindex="0">&lt;code>sudo dpkg -i &amp;lt;downloaded file&amp;gt;.deb
sudo cp /var/nvidia-driver-local-repo-ubuntu2004-550.xx.xx/nvidia-driver-local-xxxxxx-keyring.gpg /usr/share/keyrings/
## Copy and execute the part of the cp command displayed when executing the dpkg command
sudo apt update
sudo apt install nvidia-driver-550
sudo reboot
&lt;/code>&lt;/pre>&lt;ol start="3">
&lt;li>
&lt;p>After rebooting the server, run the &lt;code>nvidia-smi&lt;/code> command. If a list of GPUs is obtained, the installation is complete.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>To prevent risks such as unintended suspensions that may cause the machine or GPU to become inaccessible after installation, also execute the following commands:&lt;/p>
&lt;/li>
&lt;/ol>
&lt;pre tabindex="0">&lt;code>sudo systemctl enable multi-user.target --force
sudo systemctl set-default multi-user.target
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
sudo reboot
&lt;/code>&lt;/pre>&lt;h2 id="2-install-cuda-toolkit">2. Install CUDA Toolkit&lt;/h2>
&lt;p>If CUDA is required, select the necessary version from the following site and follow the instructions to install:&lt;/p>
&lt;p>&lt;a href="https://developer.nvidia.com/cuda-toolkit-archive">CUDA Toolkit Archive&lt;/a>&lt;/p></description></item></channel></rss>