Skip to content

Instantly share code, notes, and snippets.

View spk921's full-sized avatar

Sangpil Kim spk921

View GitHub Profile
@spk921
spk921 / Install NVIDIA Driver and CUDA.md
Created January 12, 2018 19:50 — forked from zhanwenchen/Install NVIDIA Driver and CUDA.md
Install NVIDIA CUDA 8.0 on Ubuntu 16.04.3 LTS
#!/bin/bash
# MAYAVI SETUP
# mayavi is a python library for scientific visualisations, that can handle
# visualisation of Lidar Data. But, it can also be used to project Lidar data
# to 2D images.
#
# The set of commands I used to get mayavi set up on my computer so far.
# NOTE: I still do not know if it is set up properly, so this set of steps
# might be incomplete.