Thursday, August 17, 2017
Tensorflow: Use pip behind proxy
If you planning to run tensor flow behind proxy.
(tensorflow) c:\temp\ml>pip install --ignore-installed --proxy https://proxy.company.com:port --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.3.0-cp35-cp35m-win_amd64.whl
Collecting tensorflow==1.3.0 from https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.3.0-cp35-cp35m-win_amd64.whl
(tensorflow) c:\temp\ml>pip install --ignore-installed --proxy https://proxy.company.com:port --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.3.0-cp35-cp35m-win_amd64.whl
Collecting tensorflow==1.3.0 from https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.3.0-cp35-cp35m-win_amd64.whl
Subscribe to Posts [Atom]