Skip to content

Commit 051e7d3

Browse files
authored
Merge pull request #55 from SoyOscarRH-Microsoft/patch-1
Fix Stanford Core NLP - Update Docker file
2 parents 727cf70 + 144b28e commit 051e7d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
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)