Skip to content

Install Pillow-SIMD to docker images #1489

@vfdev-5

Description

@vfdev-5

🚀 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions