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 bda8a17 commit 7ef3615Copy full SHA for 7ef3615
Dockerfile
@@ -77,8 +77,6 @@ RUN pip install /tmp/tfa_cpu/tensorflow*.whl && \
77
RUN apt-get install -y libfreetype6-dev && \
78
apt-get install -y libglib2.0-0 libxext6 libsm6 libxrender1 libfontconfig1 --fix-missing && \
79
pip install gensim && \
80
- # b/184748065 remove pin to nltk once fix has been provided for the pytest production dependency.
81
- pip install nltk==3.5 && \
82
pip install textblob && \
83
pip install wordcloud && \
84
pip install xgboost && \
0 commit comments