We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa7614 commit ab5b4a1Copy full SHA for ab5b4a1
Dockerfile
@@ -438,7 +438,7 @@ RUN pip install jsonnet overrides tensorboardX && \
438
pip install unidecode parsimonious>=0.8.0 sqlparse>=0.2.4 word2number>=1.1 && \
439
pip install pytorch-pretrained-bert>=0.6.0 pytorch-transformers==1.1.0 jsonpickle && \
440
pip install requests>=2.18 editdistance conllu==0.11 && \
441
- pip install conllu==1.3.1 && \
+ pip install conllu==1.3.1 ftfy && \
442
pip install --no-dependencies allennlp && \
443
/tmp/clean-layer.sh
444
0 commit comments