File size: 182 Bytes
4e13f35
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9

mkdir -p build/matplotlib
docker run -it --rm \
    -v $(pwd)/build/matplotlib:/root/matplotlib/doc/build \
    -w /root/matplotlib/doc/ \
    unknownue/matplotlib.docs \
    bash