Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 309 Bytes

Locus Map Live Tracking

Prepare

Clone this repo including the submodule.

Run it directly

pip3 install -r requirements.txt
python app.py

Dockerized Execution

docker build -t livetracking:latest .
docker run --rm --publish 5000:5000 --name livetracking livetracking:latest