Skip to content

Commit ab5b4a1

Browse files
authored
Add ftfy missing dependency for allennlp
1 parent caa7614 commit ab5b4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ RUN pip install jsonnet overrides tensorboardX && \
438438
pip install unidecode parsimonious>=0.8.0 sqlparse>=0.2.4 word2number>=1.1 && \
439439
pip install pytorch-pretrained-bert>=0.6.0 pytorch-transformers==1.1.0 jsonpickle && \
440440
pip install requests>=2.18 editdistance conllu==0.11 && \
441-
pip install conllu==1.3.1 && \
441+
pip install conllu==1.3.1 ftfy && \
442442
pip install --no-dependencies allennlp && \
443443
/tmp/clean-layer.sh
444444

0 commit comments

Comments
 (0)