The purpose of this container is to create a Python 3.7 environment with Natural Language Processing (NLP) APIs for use with Raspberry Pi 4 (armv7l).
Note that you should be building and using this container only on a Raspberry Pi 4.
Build it.
./build.sh
Run it (plain).
docker run -it -p 8888:8888 rpi-jupyterlab:local
Run it (with host mount).
docker run -it \
-p 8888:8888 \
-v $HOME/git/docker-containers/rpi-jupyterlab/ipynb:/ipynb \
rpi-jupyterlab:local
Run it (with Jupyter Notebook instead of Jupyter lab)
docker run -it \
-p 8888:8888 \
-v $HOME/git/docker-containers/rpi-jupyterlab/ipynb:/ipynb \
-e JUPYTER_TYPE=notebook \
rpi-jupyterlab:local
Observe it.
Check out Tom Mitchell.
@misc{oneoffcoder_rpi_jupyterlab_2019,
title={Docker container with Python 3.7 and Jupyter Lab for Raspberry Pi 4},
url={https://github.com/oneoffcoder/docker-containers/tree/master/rpi-jupyterlab},
journal={GitHub},
author={One-Off Coder},
year={2019},
month={Jul}}