Memmo 2020 Summer School
docker run --rm -p 7000:7000 -p 8888:8888 \
-v summer-school:/home/student \
-it memoryofmotion/summer-school
127.0.0.1
in your web browser. You can then run ~/load_talos.ipynb to say hi to Talos!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 :
docker run --rm -v summer-school:/home/student \
-it memoryofmotion/summer-school \
git -C summer-school pull --rebase \
--recurse-submodules --ff-only