We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727cf70 commit 144b28eCopy full SHA for 144b28e
Dockerfile
@@ -27,7 +27,7 @@ RUN python -c "from transformers import BertModel; BertModel.from_pretrained('be
27
# Download & cache StanfordNLP
28
RUN mkdir -p /app/third_party && \
29
cd /app/third_party && \
30
- 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
31
32
# Now copy the rest of the app
33
COPY . /app/
0 commit comments