Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 873 Bytes

File metadata and controls

26 lines (18 loc) · 873 Bytes

Prebuilt tensorflow image

This provides prebuilt tensorflow (Current 1.1) image with necessary compiler optimization.

Type of optimization

maximum: for Google container engine (intel haswell CPU, with avx2, sse4.2 and fma features)

minimum: for order desktop CPU for development (like old intel i7, with avx, sse4.2 features)

We do not provide no optimize built, since it is available from pip

Build maximum and release

docker build -t yesuprelease/tensorflow:latest -f Dockerfile.maximum .
docker push yesuprelease/tensorflow:latest

Build minimum and release

docker build -t yesuprelease/tensorflow:latest-minimum -f Dockerfile.minimum .
docker push yesuprelease/tensorflow:latest-minimum

For release version

Edit and uncomment the git checkout command in Docker file to build the special release, and tag it with the correct version