Skip to content

Commit

Permalink
Fix Stanford Core NLP - Update Docker file
Browse files Browse the repository at this point in the history
The url for the ``stanford-corenlp-full-2018-10-05`` has changed.

@see microsoft#54
  • Loading branch information
SoyOscarRH-Microsoft authored Jun 18, 2021
1 parent 727cf70 commit 144b28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN python -c "from transformers import BertModel; BertModel.from_pretrained('be
# Download & cache StanfordNLP
RUN mkdir -p /app/third_party && \
cd /app/third_party && \
curl https://nlp.stanford.edu/software/stanford-corenlp-full-2018-10-05.zip | jar xv
curl https://download.cs.stanford.edu/nlp/software/stanford-corenlp-full-2018-10-05.zip | jar xv

# Now copy the rest of the app
COPY . /app/
Expand Down

0 comments on commit 144b28e

Please sign in to comment.