Sign inSign up

elswork/tensorflow-diy

By elswork

Updated almost 7 years ago

Customizable Tensorflow for amd64 or armv7l, Python3

Image
1

4.5K

elswork/tensorflow-diy repository overview

Tensorflow DIY

A Docker file to build images for AMD & ARM devices with Tensorflow an open source software library for numerical computation using data flow graphs. With this file you will be able to choose the Python3 version and the tensorflow wheel file.

Be aware! You should read carefully the usage documentation of every tool!

Details

Docker HubDocker PullsDocker StarsDocker BuildSize/Layers
tensorflow-diy

dockeri.co

This image is the base image for a set of images Data Science Docker Stacks

Latest Enhancements

  • Upgrade Ubuntu version to 16.04
  • Upgrade Pyhton version to 3.5
  • Retired Python 2.7 version

Build Instructions

Build for amd64 architecture python3

docker build -t elswork/tensorflow-diy:amd64 .

Build for armv7l architecture python3

docker build -t elswork/tensorflow-diy:armv7l .

My Real Usage Example

In order everyone could take full advantages of the usage of this docker container, I'll describe my own real usage setup. Python3 flavour for amd64 or armv7l architecture (thanks to its Multi-Arch base image)

docker run -it elswork/tensorflow-diy:latest

Tag summary

Content type

Image

Digest

Size

303 MB

Last updated

almost 7 years ago

docker pull elswork/tensorflow-diy