To build the docker image, run the following command:
cd scripts/docker/
docker build -t docker-pymc-marketing .
To run the docker image, run the following command:
cd /path/to/your/project
docker run -it -p 8888:8888 -v $(pwd):/home/jovyan/work docker-pymc-marketing
Now you are ready to access the Jupyter Notebook:
Visiting http://:8888/?token= in a browser loads the Jupyter Notebook dashboard page, where hostname is the name of the computer running docker and token is the secret token printed in the console.