TRI-ML / dgp

ML Dataset Governance Policy for Autonomous Vehicle Datasets
https://tri-ml.github.io/dgp/
MIT License
94 stars 62 forks source link

build: switch to pillow simd by default #162

Closed chrisochoatri closed 5 months ago

chrisochoatri commented 5 months ago

Switches from Pillow to Pillow-simd in requirements.

Pillow-simd was being used in the docker but Pillow was listed in the reqs. The docker version is installed with avx2 support.


This change is Reviewable