DockerでTensorFlowを使ってみる


Dockerコンテナーはこんな環境

TensorFlowを使ってみます。

TesnsorFlowのページへ移動

tagをクリック

リリースされているバージョンを選びます。

例えば、1.12.0-rc0

 

DockerでTensorFlowを走らせてtokenを取得

WisteriaHillのPC環境にはGPUがないので、CPU版を使います。

$sudo docker run -it -p 8888:8888 tensorflow/tensorflow:1.12.0-rc0

該当するバージョンのTensorFlowが無い場合は、引っ張ってきます。

終了したら、tokenを控えておきます。

 

jupyter notebookを起動してみます。

ターミナルを開いたままで、ブラウザーを起動します。

tokenで開きます。
上のオレンジ色の下線で示しているのがtokenです。

http://localhost:8888/?token=<token>

http://localhost:8888/?token=094c020d9bbad140b91b1f40c3fb5f22fb57eed67d152d62

 

 

工事中

 

Be the first to comment

Leave a Reply

Your email address will not be published.


*