其中如果想用SSH連進這個docker,可以在連進來之後使用 "docker attach " 當然也可以直接用QTS,使用SSH連進NAS,用指令 "GPU=nvidia0 gpu-docker run" 來調配GPU (using SSH to NAS and use "GPU=nvidia0 gpu-docker run")。 在使用Container Station /docker 有一些常見的問題也幫大家整理一下 Q: 建好的Container 關掉就不見了 A: 檢查 docker run 有沒有用到 --rm parameter Q: 如何建立共享資料夾,讓Container 跟NAS互相可以溝通。 A: 用 -v parameter 去 mount the shared folder, 例如想要 mount the shared folder "ABC" in "volume 1" to folder "DEF" in docker
-v /share/CACHEDEV1_DATA/ABC:/DEF
Q: 如何在 Container Station / docker 中使用最新的 TensorFlow ?
A: 用以下指令 來指定
GPU=nvidia0 gpu-docker run -it -p 8888:8888 tensorflow/tensorflow:latest-gpu
What is OTA ? 網路上 ota 的定義 禦宅原指熱衷及博精於動畫、漫畫及電腦遊戲(ACG)的人,而現在一般泛指熱衷於次文化,並對該文化有極 ... 詳見 zh.wikipedia.org/wiki/OTA - 的定義 但是現在要知道的是 : OTA definition (Phone Arena) Over The Air - Standard used for transfer of information between device and wireless network. Usually it is used to upload new software to mobile phones, or download/upload content (such as ringtones, pictures). -- OTA (Over-The-Air) Any kind of event, transfer, or transaction that takes place wirelessly using the cellular network, as opposed to using a cable or other local connection. Usually used in reference to downloading or uploading content or software. Examples include updating phone settings or software, downloading a new ringtone, or uploading a photo. The term OTA is sometimes used to describe the ability to update phone firmware over the network, which is technically known as FOTA: -- 網路上有關Android OTA的討論 How firmware update and Application update work through OTA work? how to implement OTA service ? 重要參考文章之...
先來看看google 對於android sdk開發環境的說明。 System and Software Requirements http://code.google.com/android/intro/installing.html Supported Operating Systems: * Windows XP or Vista * Mac OS X 10.4.8 or later (x86 only) * Linux (tested on Linux Ubuntu Dapper Drake) Supported Development Environments: * Eclipse IDE o Eclipse 3.3 (Europa), 3.4 (Ganymede) + Eclipse JDT plugin (included in most Eclipse IDE packages) + WST (optional, but needed for the Android Editors feature; included in most Eclipse IDE packages) o JDK 5 or JDK 6 (JRE alone is not sufficient) o Android Development Tools plugin (optional) o Not compatible with Gnu Compiler for Java (gcj) * Other development environments or IDEs o JDK 5 or JDK 6 (JRE alone is not sufficient) o Apache Ant 1.6.5 or later for Linux and Mac, 1.7 or later for Windows o Not compatible with Gnu Compiler for Java (gcj) 以上粗體的部份,就是在linux上面開發要注意的問題,囧 需要自己抓一份jd...
Comments
Post a Comment