Aliyun Student Server Builds TensorFlow&Tensorboard uses &jupyter notebook configuration
TensorFlow
This article is about how to build TensorFlow under Aliyun Student Server
OS Ubuntu 16.04 64-bit python 3.5
1. Updating Software Sources
$ apt-get update
2. Install Python 3.5
$ apt-get install python3.5
$ cp /usr/bin/python /usr/bin/python_bak #backups
$ rm /usr/bin/python #delete
$ ln -s /usr/bin/python3.5 /usr/bin/python #S ...
Posted by Jason_London on Thu, 07 Feb 2019 10:39:18 -0800