为了装TensorFlow 1.10 下面升级一下系统的软件环境 NVIDIA DRIVER 去官网下载最新的linux驱动 http://www.nvidia.com/Download/index.aspx 直接运行会报错 sudo bash NVIDIA-Linux-x86_64-390.87.run ERROR: You appear to be running an X server; please exit X before installing. For furth…
1 Install pip and Virtualenv sudo apt-get install python-pip python-dev python-virtualenv2 Create a Virtualenv environment. virtualenv --system-site-packages ~/tensorflow3 Activate the Virtualenv environment and install TensorFlow in it source ~/tens…