# you have a working version of nvidia-docker installed on your system.
# you are logged into the nVidia GPU cloud docker registry.
# if you want to run the examples directly on your own system, without using a container, you also have to install Tensorflow for Python and a number of recommended packages. On Ubuntu:
<syntaxhighlight lang="bash">
sudo apt install python-pip
sudo pip install scipy numpy tensorflow
</syntaxhighlight>
== Basic example without reading/writing persistent data ==