Skip to content

Instantly share code, notes, and snippets.

View ugnelis's full-sized avatar
🥑
Avocado, avocado, avocado!

Ugnius Malūkas ugnelis

🥑
Avocado, avocado, avocado!
View GitHub Profile

Install CUDA and TensorFlow on Linux Mint

Install CUDA

Installation

Install NVIDIA Graphics Driver:

sudo apt-get install nvidia-384 nvidia-modprobe
# These are all the modules we'll be using later. Make sure you can import them
# before proceeding further.
from __future__ import print_function
import matplotlib.pyplot as plt
import numpy as np
import os
import sys
import tarfile
from IPython.display import display, Image
from scipy import ndimage