Skip to content

cofitzpa/roofit_tutorial_solutions

Repository files navigation

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.

About

Solutions to the roofit_tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published