Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-01-22 13:55:50 -08:00
parent 743b8fd576
commit 3c55eb11b1
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -27,17 +27,4 @@ RUN set -x \
) \ ) \
&& apk del .build-deps && apk del .build-deps
# Install Stanford CoreNLP
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
curl \
git \
&& git clone --depth 1 https://github.com/stanfordnlp/CoreNLP.git /usr/src/CoreNLP \
&& ( \
cd /usr/src/CoreNLP/liblocal \
&& curl -sSLO http://nlp.stanford.edu/software/stanford-corenlp-models-current.jar \
&& curl -sSLO http://nlp.stanford.edu/software/stanford-english-corenlp-models-current.jar \
) \
&& apk del .build-deps
WORKDIR /usr/src/foss-heartbeat WORKDIR /usr/src/foss-heartbeat