Skip to content

ToshikiNakamura0412/docker_hloc

Repository files navigation

docker_hloc

License: MIT

Docker image for hloc

Installation

git clone --recursive https://github.com/ToshikiNakamura0412/docker_hloc.git ~/docker_hloc
cd ~/docker_hloc
docker compose build

Usage

Start

docker compose up -d

Demo

Execute the following command in the container with VSCode

python3 ~/ws/demo.py

Stop

docker compose down