samsys/python3-jupyter

By samsys

Updated almost 9 years ago

a docker image included python3 jupyter numpy matplotlib for ARM

Image
0

127

samsys/python3-jupyter repository overview

Dockerfile

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/*

Tag summary

Content type

Image

Digest

Size

186.7 MB

Last updated

almost 9 years ago

docker pull samsys/python3-jupyter