Follow instructions.
Clone locally a GitHub fork of https://github.com/ragundez/PyData.
Browse to the root of the said local Git repository.
docker build --pull -t facerec .
Here, facerec is a tag for this docker image. Feel free to use whatever youn like.
docker run -p 8888:8888 -p 6006:6006 -v ~/FaceRecRodrigoAgundez/PyData/:/notebooks -it --rm facerec
Here ~/FaceRecRodrigoAgundez/PyData/ is the path to the local Git repository mentioned before.
Browse in Jupyter to one of the notebooks and run the "import" cell.