a docker image included python3 jupyter numpy matplotlib for ARM
127
FROM samsys/python3-base MAINTAINER Sam SYS
Run apt-get update &&
apt-get install -y g++ python3-matplotlib &&
pip install jupyter &&
cd /root/.cache/pip &&rm -rf * &&
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Content type
Image
Digest
Size
186.7 MB
Last updated
almost 9 years ago
docker pull samsys/python3-jupyter