离线安装Tensorflow

whl文件下载地址

https://pypi.org/project/tensorflow-gpu/1.10.0/#files

类比修改链接即可:
比如下载CPU版本的
https://pypi.org/project/tensorflow/1.10.0/#files
下载其他版本:
https://pypi.org/project/tensorflow-gpu/1.15.0/#files

更快的下载地址,国内清华镜像:
https://pypi.tuna.tsinghua.edu.cn/simple/tensorflow-gpu/
查找文件名,比如tensorflow_gpu-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl

安装命令

pip install xxx.whl

你可能感兴趣的:(离线安装Tensorflow)