This repository provides a solution to the standard Capacitated Vehicle Routing Problem with Time Windows (CVRPTW). In a CVRPTW, we aim to optimize the routes of a fleet of vehicles serving customers ...
On page 214, there is a command for building the image: docker build -t basic-ml-microservice:latest which lacks the build context to access files from. It should be docker build -t basic-ml-micros ...