Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralvations <alvations@gmail.com>2017-04-12 05:03:25 +0300
committeralvations <alvations@gmail.com>2017-04-12 05:03:25 +0300
commit66cbf46e275efbeb994a551e26284997b686794c (patch)
tree3c1e7b67ef8a57cb5981af7e589ad73ddc0cba7f /scripts
parent9f246cef899701a1fa0352f6aa4029258cf05292 (diff)
use static path to compile.sh
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/Dockerfile.ubuntu.fastlightpbmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/Dockerfile.ubuntu.fastlightpbmt b/scripts/docker/Dockerfile.ubuntu.fastlightpbmt
index 5fdcb13b4..be17b83ba 100644
--- a/scripts/docker/Dockerfile.ubuntu.fastlightpbmt
+++ b/scripts/docker/Dockerfile.ubuntu.fastlightpbmt
@@ -24,7 +24,7 @@ RUN git clone https://github.com/jonsafari/clustercat.git
# Install Moses.
WORKDIR /mosesdecoder
RUN make -f /mosesdecoder/mosesdecoder/contrib/Makefiles/install-dependencies.gmake
-RUN ./compile.sh --max-kenlm-order=20 --max-factors=1000
+RUN /mosesdecoder/compile.sh --max-kenlm-order=20 --max-factors=1000
WORKDIR /
# Install MGIZA++.