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 045c12e + da42813 commit a3b3ebbCopy full SHA for a3b3ebb
Dockerfile
@@ -333,7 +333,10 @@ RUN pip install kmeans-smote --no-dependencies && \
333
RUN pip install --upgrade cython && \
334
pip install --upgrade cysignals && \
335
pip install pyfasttext && \
336
- pip install ktext && \
+ # ktext has an explicit dependency on Keras 2.2.4 which is not
337
+ # compatible with TensorFlow 2.0 (support was added in Keras 2.3.0).
338
+ # Add the package back once it is fixed upstream.
339
+ # pip install ktext && \
340
pip install fasttext && \
341
apt-get install -y libhunspell-dev && pip install hunspell && \
342
# b/138723119: annoy's latest version 1.16 was failing
0 commit comments