Originally posted by **vatozZ** September 17, 2024
When the evaluator-container is run from sample-tools with the command ( $ sudo docker run --rm --name evaluator-container -t evaluator-image -u host.docker.internal:4545), numpy and shapely errors are present.
The Dockerfile in the "evaluator" needs to include the lines:
RUN pip install numpy
RUN pip install shapely
Discussed in https://github.com/christianbirchler-org/sdc-testing-competition/discussions/9