Skip to content

Commit 1aaf589

Browse files
authored
Merge pull request Kaggle#354 from Kaggle/fix-fasttext
Install fasttext using pip git feature
2 parents 6213dce + eb7b055 commit 1aaf589

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
@@ -341,7 +341,7 @@ RUN pip install --upgrade cython && \
341341
pip install --upgrade cysignals && \
342342
pip install pyfasttext && \
343343
pip install ktext && \
344-
cd /usr/local/src && git clone --depth=1 https://github.com/facebookresearch/fastText.git && cd fastText && pip install . && \
344+
pip install git+git://github.com/facebookresearch/fastText.git && \
345345
apt-get install -y libhunspell-dev && pip install hunspell && \
346346
pip install annoy && \
347347
pip install category_encoders && \

0 commit comments

Comments
 (0)