Skip to content

Commit 03ff61e

Browse files
authored
Apply suggestions from code review
1 parent 09c8ae2 commit 03ff61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ RUN pip install pysal \
184184
RUN apt-get install -y libfreetype6-dev && \
185185
apt-get install -y libglib2.0-0 libxext6 libsm6 libxrender1 libfontconfig1 --fix-missing && \
186186
# b/198300835 kornia 4.1.0 is not compatible with our version of numpy.
187-
pip install gensim==4.0.1 && \
187+
pip install gensim==4.0.1 \
188188
textblob \
189189
wordcloud \
190190
xgboost \

0 commit comments

Comments
 (0)