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.
2 parents 6213dce + eb7b055 commit 1aaf589Copy full SHA for 1aaf589
Dockerfile
@@ -341,7 +341,7 @@ RUN pip install --upgrade cython && \
341
pip install --upgrade cysignals && \
342
pip install pyfasttext && \
343
pip install ktext && \
344
- cd /usr/local/src && git clone --depth=1 https://github.com/facebookresearch/fastText.git && cd fastText && pip install . && \
+ pip install git+git://github.com/facebookresearch/fastText.git && \
345
apt-get install -y libhunspell-dev && pip install hunspell && \
346
pip install annoy && \
347
pip install category_encoders && \
0 commit comments