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:15:18 +0300
committeralvations <alvations@gmail.com>2017-04-12 05:15:18 +0300
commit793e64b7d504f3c5663939342a41f8e829b4e7b2 (patch)
tree03595e02b79887375cb1d9d3941ce63421b85663
parent66cbf46e275efbeb994a551e26284997b686794c (diff)
removed redundant subdirectory in path
-rw-r--r--scripts/docker/Dockerfile.ubuntu.basic4
-rw-r--r--scripts/docker/Dockerfile.ubuntu.fastlightpbmt2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/docker/Dockerfile.ubuntu.basic b/scripts/docker/Dockerfile.ubuntu.basic
index ea1d9b9ba..adf204a52 100644
--- a/scripts/docker/Dockerfile.ubuntu.basic
+++ b/scripts/docker/Dockerfile.ubuntu.basic
@@ -21,6 +21,6 @@ RUN git clone https://github.com/moses-smt/mosesdecoder.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 make -f /mosesdecoder/contrib/Makefiles/install-dependencies.gmake
+RUN /mosesdecoder/compile.sh --max-kenlm-order=20 --max-factors=1000
WORKDIR /
diff --git a/scripts/docker/Dockerfile.ubuntu.fastlightpbmt b/scripts/docker/Dockerfile.ubuntu.fastlightpbmt
index be17b83ba..8a0479724 100644
--- a/scripts/docker/Dockerfile.ubuntu.fastlightpbmt
+++ b/scripts/docker/Dockerfile.ubuntu.fastlightpbmt
@@ -23,7 +23,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 make -f /mosesdecoder/contrib/Makefiles/install-dependencies.gmake
RUN /mosesdecoder/compile.sh --max-kenlm-order=20 --max-factors=1000
WORKDIR /