-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspatialdatagenerator.docker
More file actions
29 lines (14 loc) · 971 Bytes
/
spatialdatagenerator.docker
File metadata and controls
29 lines (14 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
FROM adoptopenjdk/openjdk11:latest
ADD target/SpatialBenchmark-1.0-SNAPSHOT.jar /SpatialBenchmark/SpatialBenchmark.jar
WORKDIR /SpatialBenchmark
COPY test.properties /SpatialBenchmark/
COPY definitions.properties /SpatialBenchmark/
COPY datasets/* /SpatialBenchmark/datasets/
COPY datasets/givenDatasets/tomtom/ /SpatialBenchmark/datasets/givenDatasets/tomtom/
COPY datasets/givenDatasets/spaten/ /SpatialBenchmark/datasets/givenDatasets/spaten/
COPY datasets/givenDatasets/debs/ /SpatialBenchmark/datasets/givenDatasets/debs/
COPY datasets/SourceDatasets/ /SpatialBenchmark/datasets/SourceDatasets/
COPY datasets/TargetDatasets/ /SpatialBenchmark/datasets/TargetDatasets/
COPY datasets/GoldStandards/ /SpatialBenchmark/datasets/GoldStandards/
COPY configs/topologicalConfigs/* /SpatialBenchmark/configs/topologicalConfigs/
CMD java -cp SpatialBenchmark.jar org.hobbit.core.run.ComponentStarter org.hobbit.spatialbenchmark.platformConnection.DataGenerator