Skip to content

Commit 144b28e

Browse files
Fix Stanford Core NLP - Update Docker file
The url for the ``stanford-corenlp-full-2018-10-05`` has changed. @see #54
1 parent 727cf70 commit 144b28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN python -c "from transformers import BertModel; BertModel.from_pretrained('be
2727
# Download & cache StanfordNLP
2828
RUN mkdir -p /app/third_party && \
2929
cd /app/third_party && \
30-
curl https://nlp.stanford.edu/software/stanford-corenlp-full-2018-10-05.zip | jar xv
30+
curl https://download.cs.stanford.edu/nlp/software/stanford-corenlp-full-2018-10-05.zip | jar xv
3131

3232
# Now copy the rest of the app
3333
COPY . /app/

0 commit comments

Comments
 (0)