You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2017/03/03 15:01:45 UTC

[3/7] incubator-joshua git commit: added full path to config file

added full path to config file


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/43f7a360
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/43f7a360
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/43f7a360

Branch: refs/heads/kenlm_docker
Commit: 43f7a3607dcc574ec1e702477dd3f3061a844c46
Parents: 493ece5
Author: Matt Post <po...@cs.jhu.edu>
Authored: Fri Mar 3 09:58:33 2017 -0500
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Fri Mar 3 09:58:33 2017 -0500

----------------------------------------------------------------------
 distribution/docker/kenlm/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/43f7a360/distribution/docker/kenlm/Dockerfile
----------------------------------------------------------------------
diff --git a/distribution/docker/kenlm/Dockerfile b/distribution/docker/kenlm/Dockerfile
index 4927976..0feed0b 100644
--- a/distribution/docker/kenlm/Dockerfile
+++ b/distribution/docker/kenlm/Dockerfile
@@ -46,4 +46,4 @@ RUN echo y | bash download-deps.sh kenlm
 # TODO: check that the LP version is correct
 
 # start Joshua
-ENTRYPOINT /model/joshua -config joshua.config.kenlm -server-type http -server-port $PORT -v 1 $JOSHUA_ARGS
+ENTRYPOINT /model/joshua -config /model/joshua.config.kenlm -server-type http -server-port $PORT -v 1 $JOSHUA_ARGS