🚀 Feature
Currently, we install Pillow to pytorch ignite docker images. Let's install Pillow-SIMD which could accelerate image processing if torchvision is used for that:
pip uninstall pillow
CC="cc -mavx2" pip install -U --force-reinstall pillow-simd
cc @fco-dv