Skip to content

Commit eb7b055

Browse files
committed
install fasttesxt using pip git feature
1 parent 6213dce commit eb7b055

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)