Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Nov 18, 2023
1 parent cb35914 commit abf3dad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jumanpp-knp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ RUN apt-get update -q && apt-get install -yq --no-install-recommends \
automake \
autoconf \
unzip \
git \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Build and install KNP
RUN wget "https://github.com/ku-nlp/knp/archive/refs/heads/master.tar.gz" -qO - | tar xzf -
WORKDIR /app/knp-master
RUN git clone --depth 1 https://github.com/ku-nlp/knp.git
WORKDIR /app/knp
RUN ./autogen.sh
RUN wget -q "http://lotus.kuee.kyoto-u.ac.jp/nl-resource/knp/dict/latest/knp-dict-latest-bin.zip" \
&& unzip knp-dict-latest-bin.zip \
Expand Down

0 comments on commit abf3dad

Please sign in to comment.