Customizable Tensorflow for amd64 or armv7l, Python3
4.5K
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!
| Docker Hub | Docker Pulls | Docker Stars | Docker Build | Size/Layers |
|---|---|---|---|---|
| tensorflow-diy |
This image is the base image for a set of images Data Science Docker Stacks
Build for amd64 architecture python3
docker build -t elswork/tensorflow-diy:amd64 .
Build for armv7l architecture python3
docker build -t elswork/tensorflow-diy:armv7l .
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
Content type
Image
Digest
Size
303 MB
Last updated
almost 7 years ago
docker pull elswork/tensorflow-diy