<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://ess-wiki.advantech.com.tw/wiki/index.php?action=history&amp;feed=atom&amp;title=TensorFlow_in_Docker</id>
		<title>TensorFlow in Docker - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://ess-wiki.advantech.com.tw/wiki/index.php?action=history&amp;feed=atom&amp;title=TensorFlow_in_Docker"/>
		<link rel="alternate" type="text/html" href="https://ess-wiki.advantech.com.tw/wiki/index.php?title=TensorFlow_in_Docker&amp;action=history"/>
		<updated>2026-05-05T04:38:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.3</generator>

	<entry>
		<id>https://ess-wiki.advantech.com.tw/wiki/index.php?title=TensorFlow_in_Docker&amp;diff=13479&amp;oldid=prev</id>
		<title>Terry.lu: Created page with &quot;== Introduction ==  *Google has uploaded tensorflow docker image on docker hub. link: [https://hub.docker.com/r/tensorflow/tensorflow/| Tensorflow Docker Hub] *There are two d...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ess-wiki.advantech.com.tw/wiki/index.php?title=TensorFlow_in_Docker&amp;diff=13479&amp;oldid=prev"/>
				<updated>2018-09-19T08:31:44Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Introduction ==  *Google has uploaded tensorflow docker image on docker hub. link: [https://hub.docker.com/r/tensorflow/tensorflow/| Tensorflow Docker Hub] *There are two d...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
*Google has uploaded tensorflow docker image on docker hub. link: [https://hub.docker.com/r/tensorflow/tensorflow/| Tensorflow Docker Hub]&lt;br /&gt;
*There are two docker images:&lt;br /&gt;
&lt;br /&gt;
#tensorflow:latest: CPU only.&lt;br /&gt;
#tensorflow:latest-gpu: GPU support.&lt;br /&gt;
&lt;br /&gt;
== Run tensorflow docker with Jupyter ==&lt;br /&gt;
&lt;br /&gt;
*Google already include the Jupyter server in tensorflow docker image, so you can access Juypter right after docker image is running.&lt;br /&gt;
*Steps:&lt;br /&gt;
&lt;br /&gt;
1. run tensorflow docker&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ docker run --runtime=nvidia -it -p 8888:8888 tensorflow/tensorflow:latest&lt;br /&gt;
[I 08:28:43.049 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret&lt;br /&gt;
[W 08:28:43.310 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.&lt;br /&gt;
[I 08:28:43.417 NotebookApp] Serving notebooks from local directory: /notebooks&lt;br /&gt;
[I 08:28:43.417 NotebookApp] The Jupyter Notebook is running at:&lt;br /&gt;
[I 08:28:43.417 NotebookApp] http://(0f31f84fe6a2 or 127.0.0.1):8888/?token=a02fb2dfea3bf6ea7389bf92ec575906805502b584b2d149&lt;br /&gt;
[I 08:28:43.418 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).&lt;br /&gt;
[C 08:28:43.418 NotebookApp]&lt;br /&gt;
&lt;br /&gt;
    Copy/paste this URL into your browser when you connect for the first time,&lt;br /&gt;
    to login with a token:&lt;br /&gt;
        http://(0f31f84fe6a2 or 127.0.0.1):8888/?token=a02fb2dfea3bf6ea7389bf92ec575906805502b584b2d149&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
2. You can open Juypter editor by browser&lt;br /&gt;
&lt;br /&gt;
:[http://(0f31f84fe6a2 http://(0f31f84fe6a2] or 127.0.0.1):8888/?token=a02fb2dfea3bf6ea7389bf92ec575906805502b584b2d149&lt;/div&gt;</summary>
		<author><name>Terry.lu</name></author>	</entry>

	</feed>