pip install mkdocs
site_name: My Docs | # Copyright (c) Camille Moatti. | |
| # Distributed under the terms of the BSD License. | |
| ARG BASE_CONTAINER=jupyter/datascience-notebook | |
| FROM $BASE_CONTAINER | |
| USER root | |
| RUN apt-get update && \ | |
| apt-get install -y --no-install-recommends \ | |
| python-pydot \ |
| git config --global alias.tree 'log --graph --full-history --all --color --date=short --pretty=format:"%Cred%x09%h %Creset%ad%Cblue%d %Creset %s %C(bold)(%an)%Creset"' | |
| Then: | |
| git tree |