diff --git a/.github/workflows/getting-started.yml b/.github/workflows/getting-started.yml index 0d3b000..6295bbe 100644 --- a/.github/workflows/getting-started.yml +++ b/.github/workflows/getting-started.yml @@ -67,6 +67,7 @@ jobs: run: $EXEC_W python3 examples/headless.py - name: remove container + if: always() run: | docker stop $TMP_CONTAINER_NAME docker rm $TMP_CONTAINER_NAME diff --git a/README.md b/README.md index 2d831b5..b0b3abb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Published in [ACM Transactions on Graphics (TOG)](https://dl.acm.org/doi/abs/10. - 🐳 A Docker environment (see [below](#-getting-started)). ## 🐍 How To Use -Our frontend is accessible through a browser using our built-in JupyterLab interface. +Our frontend is accessible through a browser using our built-in JupyterLab interface (see this video [[Video]](https://drive.google.com/file/d/1dtfbYf39SBkXS6H76RJmoW-1f362ZMW2/view?usp=sharing)). All is set up when you open it for the first time. Results can be interactively viewed through the browser and exported as needed. This allows you to interact with the simulator on your laptop while the actual simulation runs on a remote headless server.