christianbirchler-org / sdc-testing-competition

🚗💻 Tool Competition: Test Selection for Self-driving Cars in Simulation
https://conf.researchr.org/home/icst-2025
GNU General Public License v3.0
6 stars 6 forks source link

Missing the necessary libraries in the sample test evaluation #11

Closed ChristianBirchler closed 2 months ago

ChristianBirchler commented 2 months ago

Discussed in https://github.com/christianbirchler-org/sdc-testing-competition/discussions/9

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