Skip to content

Instantly share code, notes, and snippets.

@jarib
Last active April 14, 2020 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarib/22fd7b559bac605e234326c445dd9eb5 to your computer and use it in GitHub Desktop.
Save jarib/22fd7b559bac605e234326c445dd9eb5 to your computer and use it in GitHub Desktop.
git clone git@github.com:ImperialCollegeLondon/covid19model.git
sudo apt-get update
sudo apt install docker.io emacs25-nox
sudo usermod -aG docker $USER
docker build -f docker/Dockerfile -t covid19model:latest .
docker run --rm --user $(id -u):$(id -g) -v $(pwd):/var/model -e FULL=TRUE covid19model:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment