所用环境
- 阿里云1核2G小型服务器
- Ubuntu 16.04 64 位操作系统
- Python 2.7.12
- TensorFlow 1.3.0
具体步骤如下:
安装pip
apt-get install python-dev python-pip
安装pip
安装TensorFlow
export TF_BINARY_URL=https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-1.3.0-cp27-none-linux_x86_64.whl
我使用的是清华大学开源软件镜像站。
pip install $TF_BINARY_URL
TensorFlow安装过程1
TensorFlow安装过程2
测试是否搭建成功
测试如果搭建成功应如上图显示版本信息。
网友评论