This provides prebuilt tensorflow (Current 1.1) image with necessary compiler 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
docker build -t yesuprelease/tensorflow:latest -f Dockerfile.maximum .
docker push yesuprelease/tensorflow:latest
docker build -t yesuprelease/tensorflow:latest-minimum -f Dockerfile.minimum .
docker push yesuprelease/tensorflow:latest-minimum
Edit and uncomment the git checkout command in Docker file to build the special release, and tag it with the correct version