<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized Archives | AI After Work</title>
	<atom:link href="https://www.aiafterwork.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiafterwork.com/category/uncategorized/</link>
	<description></description>
	<lastBuildDate>Fri, 27 Mar 2020 02:42:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Installing Nvidia Drivers on Ubuntu Server 18.04</title>
		<link>https://www.aiafterwork.com/installing-nvidia-drivers-on-ubuntu-server-18-04/</link>
					<comments>https://www.aiafterwork.com/installing-nvidia-drivers-on-ubuntu-server-18-04/#respond</comments>
		
		<dc:creator><![CDATA[Aravind]]></dc:creator>
		<pubDate>Sun, 08 Dec 2019 10:40:00 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how-to]]></category>
		<guid isPermaLink="false">https://www.aiafterwork.com/?p=216</guid>

					<description><![CDATA[<p>A quick walkthrough on installing the Nvidia drivers for your Nvidia graphics card. Once this is done you can proceed with using your graphics card to accelerate your data science projects.</p>
<p>The post <a href="https://www.aiafterwork.com/installing-nvidia-drivers-on-ubuntu-server-18-04/">Installing Nvidia Drivers on Ubuntu Server 18.04</a> appeared first on <a href="https://www.aiafterwork.com">AI After Work</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><!-- divi:tadv/classic-paragraph -->
<p>Installing the Nvidia Proprietary Drivers for your Ubuntu Server 18.04 are necessary for proper GPU accelerated processing and CUDA. The following instructions will show how to install the latest drivers.</p>
<p>1: Add the repository for the Nvidia drivers</p>
<pre class="EnlighterJSRAW" data-enlighter-language="shell">sudo add-apt-repository ppa:graphics-drivers/ppa</pre>
<p>2. Update to read the packages available</p>
<pre class="EnlighterJSRAW" data-enlighter-language="shell">sudo apt update</pre>
<p>3. You can also run the following commands to make sure that whenever the kernel is updated dkms rebuilds the Nvidia driver for the new kernel too.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="shell">sudo apt install dkms build-essential</pre>
<p>4. Install the driver. At the time of writing 430 was the latest. One thing to note is that this will install a GUI for the server. But if you have it set up as a headless server, it will still function the same way and you will be able to connect through ssh.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="shell">sudo apt install nvidia-driver-430</pre>
<p>5. Reboot your system</p>
<pre class="EnlighterJSRAW" data-enlighter-language="shell">sudo reboot</pre>
<p>6. Once your system has rebooted, then run the following command to check if everything is working.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="shell">nvidia-smi</pre>
<p>7. You should get the following output: I have a <a href="https://www.aiafterwork.com/analytics-machine-learning-system-less-than-1350/" target="_blank" rel="noopener noreferrer">GTX 1070</a> and that&#8217;s what shows below. Yours may be different.</p>
<p><img fetchpriority="high" decoding="async" class="size-full wp-image-330 aligncenter" src="https://www.aiafterwork.com/wp-content/uploads/2018/04/nvidia-smi.jpg" alt="nvidia-smi output" width="801" height="321" srcset="https://www.aiafterwork.com/wp-content/uploads/2018/04/nvidia-smi.jpg 801w, https://www.aiafterwork.com/wp-content/uploads/2018/04/nvidia-smi-480x192.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 801px, 100vw" /></p>
<p>And that should be it. Your driver is now installed and ready to go.</p>
<p> </p>
<!-- /divi:tadv/classic-paragraph -->

<!-- divi:tadv/classic-paragraph /--></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>The post <a href="https://www.aiafterwork.com/installing-nvidia-drivers-on-ubuntu-server-18-04/">Installing Nvidia Drivers on Ubuntu Server 18.04</a> appeared first on <a href="https://www.aiafterwork.com">AI After Work</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiafterwork.com/installing-nvidia-drivers-on-ubuntu-server-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
