Skip to content

Instantly share code, notes, and snippets.

View eob's full-sized avatar

Ted Benson eob

View GitHub Profile
@brookisme
brookisme / gcloud-gpu-setup.sh
Last active February 24, 2018 05:01
Google Cloud GPU Setup: Instructions & bash-script
#!/bin/bash
cd ~/
### CUDA
echo "\n\nChecking for CUDA and installing."
if ! dpkg-query -W cuda; then
curl -O http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
sudo dpkg -i ./cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
sudo apt-get update
sudo apt-get install cuda -y
@eob
eob / people.html
Last active October 13, 2015 23:07
HTML for the People page of the CSAIL BD Site
<div class="insert-exhibit">
<link href="http://bigdata.csail.mit.edu/datapress/user/role/principal%20investigators/json" rel="exhibit/data" type="application/json">
<style>
/*
* These get rid of the extra bits that Exhibit takes the liberty of adding.
* ------------------------------------------------------------------------------
*/