(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.
| ### 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 \ |
(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.