Commit 34d0ca62 authored by kurumuz's avatar kurumuz

use pillow-simd

parent abbc31df
Pipeline #17098 canceled with stages
...@@ -37,6 +37,8 @@ RUN wget https://f004.backblazeb2.com/file/naipublicbucketxyz/xformers.zip ...@@ -37,6 +37,8 @@ RUN wget https://f004.backblazeb2.com/file/naipublicbucketxyz/xformers.zip
RUN unzip xformers.zip RUN unzip xformers.zip
WORKDIR xformers WORKDIR xformers
RUN python3 setup.py develop RUN python3 setup.py develop
RUN pip uninstall -y pillow
RUN pip install pillow-simd
#Open ports #Open ports
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment