Dockerfile.demo_opencl
2.97 KB
-
Pin python pillow to "<7" due to torchvision 1.2.0 dependency issue (#4632) · d93e1dca
* As a result of backwards incompatible changes released in pillow 7.0, torchvision crashes if you just "pip install pillow", as we do in a few places. * This patch sets pillow<7 to be installed in Dockerfiles and support material as tutorials and documentation.
Leandro Nunes committed