Docker Image
The riptide Dockerfile is located in the docker subdirectory. To build the image, clone the repository and in its base directory type:
make docker
Which builds an image named riptide-ffa. Both python and ipython are installed within the docker image. To start a container:
docker run -it --rm riptide-ffa
Feel free to adapt the Dockerfile to your needs. Refer to your favourite docker cheat sheet for further information.