Sign inSign up

mt08/rpi-tensorflow

By mt08

•Updated almost 9 years ago

jupyter notebook with tensorflow & opencv 3.3.1 for RPi2/3

Image
0

10K+

mt08/rpi-tensorflow repository overview

  • Version (apt packages) python3 3.5.3-1 python3-dev 3.5.3-1 python3-pip 9.0.1-2+rpt1 python3-setuptools 33.1.1-1 python3-wheel 0.29.0-2 python3-numpy 1:1.12.1-3 python3-scipy 0.18.1-2 python3-pandas 0.19.2-5.1+rpi1 python3-matplotlib 2.0.0+dfsg1-2

  • Version

  • Dockerfile

FROM mt08/rpi-jupyter-opencv3
LABEL maintainer="mt08 <[email protected]>"

ADD http://ci.tensorflow.org/view/Nightly/job/nightly-pi-python3/lastSuccessfulBuild/artifact/output-artifacts/tensorflow-1.4.0-cp34-none-any.whl .
RUN mv tensorflow-1.4.0-cp34-none-any.whl tensorflow-1.4.0-cp35-none-any.whl && sudo pip3 --no-cache-dir install tensorflow-1.4.0-cp35-none-any.whl && rm -rf tensorflow-1.4.0-cp35-none-any.whl

EXPOSE 6006
EXPOSE 8888
WORKDIR   "/notebooks"
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["jupyter", "notebook", "--allow-root"]

Tag summary

Content type

Image

Digest

Size

454.6 MB

Last updated

almost 9 years ago

docker pull mt08/rpi-tensorflow