官方文件點此檢視
step1 #更新apt-get
apt-transport-https
step2 # 安裝可幾個包讓apt可以通過https使用倉庫
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
step3 # 新增docker官網gpg秘鑰
curl -fssl | sudo apt-key add -
step4 # 新增穩定的遠端倉庫
sudo add-apt-repository "deb [arch=amd64] $(lsb_release -cs) stable"
step5 # 更新apt-get
apt-transport-https
step6 # 安裝docker
sudo apt-get install docker-ce
step7 # 測試安裝是否成功
sudo docker run hello-world
Ubuntu14安裝驅動
安裝ubuntu的顯示卡驅動真的是很讓我抓狂,在這個過程中重灌了四五次的系統,基本屬於崩潰狀態,每個人的情況不同,這裡僅僅是記錄一下我自己的安裝過程 1.禁用ubuntu系統自帶的通用顯示卡驅動nouveau sudo gedit etc modprobe.d blacklist.conf 輸入密碼...
ubuntu14安裝tensorflow並測試
1.ubuntu版本的選擇 看了很多博文,建議使用ubuntu14,穩定相容性好。2.tensorflow的安裝 這裡詳細介紹了如何進行安裝,本人是選擇的第乙個方法,成功安裝完成。後面打算嘗試下docker進行安裝tensorflow和caffe。3.測試tensorflow安裝是否成功 因為碩士 ...
Ubuntu14安裝rt thread開發環境
sudo tar xjf arm 2010.09 51 arm none eabi i686 pc linux gnu.tar.bz2 c opt解壓完畢會在 opt目錄下發現乙個 arm 2010.09 目錄 然後就是設定系統path,用編輯器 vi gedit 開啟你家目錄下的.bashrc b...