Skip to content

Instantly share code, notes, and snippets.

View bruvduroiu's full-sized avatar
🍕
outpizzaing the hut

Bogdan Buduroiu bruvduroiu

🍕
outpizzaing the hut
View GitHub Profile
### Keybase proof
I hereby claim:
* I am bruvduroiu on github.
* I am bruvduroiu (https://keybase.io/bruvduroiu) on keybase.
* I have a public key ASA3hSGw3vkM5HqgP95NV3UDuE0WhwsloQup5_RRzNOW_Ao
To claim this, I am signing this object:
#!/bin/bash
set -eu
apt-get update && apt-get install -y aptitude
# Solve installation errors on Dataproc by using aptitude which is
# smarter about downgrading dependencies and forcing certain
# dependencies to earlier versions
aptitude -y install \
libglib2.0-0=2.42.1-1+b1 \
@bruvduroiu
bruvduroiu / AWS-Docker.md
Last active April 29, 2018 17:58
Set up Nvidia-Docker on AWS GPU accelerated instances.

-1. Install Docker on your machine

Docker CE downloads page

Get Started with Docker

0. Provisioning a NEW EC2 Instance using docker-machine

(only use when setting up a NEW instance) [WE CURRENTLY HAVE AN EXISTING INSTANCE]

Use this tutorial as a starting point for setting up docker-machine environment and nvidia-docker (NVIDIA wrapper for Docker) on EC2.