Recently Google introduces the TensorFlow (machine learning library) which is not distributed for Windows I searched and find that it is possible to download it via Docker, I installed the docker on windows 8.1 machine and followed this and this to get things work but since I am using a local proxy then I tried to export HTTP_PROXY, HTTPS_PROXY to /var/lib/boot2docker/profile file and now when I run below command
docker pull b.gcr.io/tensorflow/tensorflow
I get
Using default tag: latest Error response from daemon: unable to ping registry endpoint https://b.gcr.io/v0/ v2 ping attempt failed with error: Get https://b.gcr.io/v2/: http: error connecting to proxy https://localhost:8580: dial tcp 127.0.0.1:8580: connection refused v1 ping attempt failed with error: Get https://b.gcr.io/v1/_ping: http: error connecting to proxy https://localhost:8580: dial tcp 127.0.0.1:8580: connection refused
Can someone tell me how to fix this ?
my docker-machine's profile