1. 程式人生 > >Win10下安裝Ubuntu16.04虛擬機並搭建TensorFlow1.3環境

Win10下安裝Ubuntu16.04虛擬機並搭建TensorFlow1.3環境

org 虛擬機 eas ros lease info learn vmw http

本文具體參考資料鏈接


1.VMware下載安裝

百度輸入VMware搜索,出現如下界面,點擊下載:

技術分享圖片

此處安裝步驟可以網上搜索,也可不用搜索,直接按照按照提示一步一步確認即可完成。


2.Ubuntu16.04鏡像文件下載

下面給出阿裏雲鏡像網站下載鏈接:http://mirrors.aliyun.com/ubuntu-releases/16.04/

技術分享圖片

具體安裝教程推薦:https://jingyan.baidu.com/article/c45ad29c2edc1d051653e252.html


3.TesorFlow下載:使用清華大學鏡像網站(https://mirrors.tuna.tsinghua.edu.cn)

首先打開已經安裝好的Ubuntu虛擬機的終端界面;

然後,在終端中安裝pip,輸入以下命令:sudo apt install python-pip

等一會pip安裝成功

最後,進入清華大學開源軟件鏡像站,找到tensorflow的鏡像使用幫助(PS:網頁鏈接如下https://mirrors.tuna.tsinghua.edu.cn/help/tensorflow/)

技術分享圖片

pip install \

-i https://pypi.tuna.tsinghua.edu.cn/simple/ \

https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-1.3.0-cp27-none-linux_x86_64.whl

安裝成功後截圖如下:

技術分享圖片

Win10下安裝Ubuntu16.04虛擬機並搭建TensorFlow1.3環境