Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 970 Bytes

File metadata and controls

26 lines (18 loc) · 970 Bytes

OTP 2 Dockerfile for experiment

Motivation

I want to explore the OTP planner exisiting capabilities and see if there is a itinary planner algorithme dedicated to using "off-road" track/path

Notes

Let's running the OTP2 planner on my PC

  • I'm using the docker because I don't want bother install openjdk:22 directly on my OS
  • I've filter data from france and more specificly of south-west
  • I've put enormous limit on memory allocation because I didn't wanted to bother searching.

Ressources used

Final output

docker build -t otp2 .
docker run -it -p 8080:8080 -p 8081:8081 --name otp2-south-west otp2