Skip to content

Files

Latest commit

May 22, 2020
6117e84 · May 22, 2020

History

History

rpi-nlp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 23, 2019
Jul 25, 2019
May 22, 2020
Oct 14, 2019
Jul 22, 2019
Jul 23, 2019
Jul 23, 2019
Jul 23, 2019

One-Off Coder Logo

Purpose

The purpose of this container is to create a Python 3.7 NLP environment with Jupyter Lab for use with Raspberry Pi 4 (armv7l).

Note that you should be building and using this container only on a Raspberry Pi 4.

Docker Hub

Image

Docker

Build it.

./build.sh

Run it (plain).

docker run -it -p 8888:8888 rpi-nlp:local

Run it (with host mount).

docker run -it \
    -p 8888:8888 \
    -v $HOME/git/docker-containers/rpi-nlp/ipynb:/ipynb \
    rpi-nlp:local

Run it (with Jupyter Notebook instead of Jupyter lab)

docker run -it \
    -p 8888:8888 \
    -v $HOME/git/docker-containers/rpi-nlp/ipynb:/ipynb \
    -e JUPYTER_TYPE=notebook \
    rpi-nlp:local

Observe it.

Take a Look!

Check out Martin Odersky.

Citation

@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}}