Skip to content

Commit 699d273

Browse files
authored
Merge pull request #848 from Kaggle/fix-pillow
Use latest version of Pillow
2 parents 668c0b1 + 8cf1f25 commit 699d273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ RUN pip install bcolz && \
346346
pip install pandocfilters && \
347347
pip install pexpect && \
348348
pip install pickleshare && \
349-
pip install Pillow && \
349+
# b/160263325: the version included in the m46 base image has a known issue.
350+
pip install --upgrade Pillow && \
350351
# Install openslide and its python binding
351352
apt-get install -y openslide-tools && \
352353
# b/152402322 install latest from pip once is in: https://github.com/openslide/openslide-python/pull/76

0 commit comments

Comments
 (0)