Commit 04f75652 authored by nanahira's avatar nanahira

fix xformers install

parent ed7ee864
Pipeline #17698 failed with stages
in 14 minutes and 35 seconds
......@@ -55,7 +55,7 @@ RUN mkdir repositories && \
pip install git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 --prefer-binary && \
# install xformers
pip install xformers --prefer-binary
pip install git+https://github.com/facebookresearch/xformers.git@v0.0.13#egg=xformers
COPY --chown=sd ./requirements.txt ./requirements.txt
RUN pip install -r requirements.txt --prefer-binary
......
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