* Learning the basics of Docker
** Step 1: an An in-depth look at a [[Example:container which trains MNIST using Tensorflow|container which trains MNIST using Tensorflow]], with the following steps:*** Step 1: create a local python tensorflow application.*** Step 2: adapt wrap the example to your own projectapplication in a container.*** Step 3: run and test the container locally.*** Step 4: push the container to the registry server of the cluster.
* Learning the basics of Kubernetes and how to run jobs on the cluster: