Docker image with all the required dependencies for the lecture https://niessner.github.io/3DScanning/
The first step is installing docker: https://docs.docker.com/engine/install/
The following command will take some time. It will create a Docker image and install and compile the required dependencies.
docker build . -t 3dsmc
docker-compose up
# Or
# docker compose up
In the web browser open the following link: http://localhost:8443/
Alternatively, you can access the CLI of the environment by executing: docker exec -it 3dsmc /bin/bash
The directory app
stores the Docker container files. (nothing should be done there).
The directory files
is shared with the container (VSCode). You will need to place there the exercises from Moodle.