Skip to content

Commit

Permalink
add Cora and Spammer into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhen263 committed Mar 6, 2018
1 parent b08788b commit 6e73ba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ FROM wangzhen263/image_ojdk8_mvn3:0.0.1
WORKDIR /data

RUN mkdir -p /opt/ER/Baseline/
COPY target/Baseline-1.3.4-jar-with-dependencies.jar /opt/ER/Baseline/
COPY target/Baseline-1.3.5-jar-with-dependencies.jar /opt/ER/Baseline/
ADD datasets/ACM_DBLP /opt/ER/Baseline/datasets/ACM_DBLP
ADD datasets/Cora_Terror /opt/ER/Baseline/datasets/Cora_Terror
ADD datasets/Spammer_ER /opt/ER/Baseline/datasets/Spammer_ER

EXPOSE 7000

CMD java -jar /opt/ER/Baseline/Baseline-1.3.4-jar-with-dependencies.jar -r 3>&1 1>>/var/log/er.log 2>&1
CMD java -jar /opt/ER/Baseline/Baseline-1.3.5-jar-with-dependencies.jar -r 3>&1 1>>/var/log/er.log 2>&1

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>Serene.EntityResolution</groupId>
<artifactId>Baseline</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
<name>Stellar ER Baseline</name>

<properties>
Expand Down

0 comments on commit 6e73ba8

Please sign in to comment.