/docker_hloc

Docker image for hloc

Primary LanguagePythonMIT LicenseMIT

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