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 668c0b1 commit 8cf1f25Copy full SHA for 8cf1f25
Dockerfile
@@ -346,7 +346,8 @@ RUN pip install bcolz && \
346
pip install pandocfilters && \
347
pip install pexpect && \
348
pip install pickleshare && \
349
- pip install Pillow && \
+ # b/160263325: the version included in the m46 base image has a known issue.
350
+ pip install --upgrade Pillow && \
351
# Install openslide and its python binding
352
apt-get install -y openslide-tools && \
353
# b/152402322 install latest from pip once is in: https://github.com/openslide/openslide-python/pull/76
0 commit comments