Skip to content

Commit

Permalink
Merge pull request #848 from Kaggle/fix-pillow
Browse files Browse the repository at this point in the history
Use latest version of Pillow
  • Loading branch information
rosbo committed Jun 30, 2020
2 parents 668c0b1 + 8cf1f25 commit 699d273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ RUN pip install bcolz && \
pip install pandocfilters && \
pip install pexpect && \
pip install pickleshare && \
pip install Pillow && \
# b/160263325: the version included in the m46 base image has a known issue.
pip install --upgrade Pillow && \
# Install openslide and its python binding
apt-get install -y openslide-tools && \
# b/152402322 install latest from pip once is in: https://github.com/openslide/openslide-python/pull/76
Expand Down

0 comments on commit 699d273

Please sign in to comment.