- Install docker engine https://docs.docker.com
- run
docker run --rm -p 7000:7000 -p 8888:8888 \
-v summer-school:/home/student \
-it memoryofmotion/summer-school
- And open the link with
127.0.0.1
in your web browser. You can then run ~/load_talos.ipynb to say hi to Talos! - Notebooks for the tutorials are in ~/summer-school/tutorials.
The VirtualBox or Docker images might not contain the latest version of the notebooks so please pull the latest modifications before the tutorials. To do that :
- run
docker run --rm -v summer-school:/home/student \
-it memoryofmotion/summer-school \
git -C summer-school pull --rebase \
--recurse-submodules --ff-only