Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 857 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 857 Bytes

roofit tutorial solutions

Solutions to the roofit_tutorial

Dependencies

To run this tutorial you need to have docker installed.

Run it!

To run the tutorial locally simply execute run_local.sh. It will print information on how to connect to the tutorial. As well as information on how to tidy up afterwards.

Building the docker container

This tutorial is meant to run inside a docker container. You can get the container with docker pull betatim/roofit-tutorial. Start it with docker run -ti --rm betatim/roofit-tutorial bash. This will drop you into a terminal inside the container so you can look around and explore.

To build the container from scratch type: docker built -t roofit-tutorial . in this directory. It will build a container called roofit-tutorial.