summaryrefslogtreecommitdiff
path: root/simulator/Dockerfile
AgeCommit message (Collapse)Author
2020-08-24Cache build artifacts for Docker buildFabian Mastenbroek
2020-08-24Make simulator image leanerFabian Mastenbroek
This change updates the Dockerfile for the simulator to reduce its size. By using Docker stages, we can split the build image from the runtime image that only contains the runtime binaries.
2020-08-24Add data processing pipeline via SparkFabian Mastenbroek
This change adds support for processing the experimental results by means of a Spark data processing pipeline.
2020-08-24Add docker-compose service for simulatorFabian Mastenbroek
This change re-adds the simulator service for the docker-compose configuration, such that it will listen for incoming jobs from the API.