Commit 68a0351b authored by nanahira's avatar nanahira

add xformers

parent b2891e88
Pipeline #17692 failed with stages
in 5 seconds
......@@ -53,7 +53,9 @@ RUN mkdir repositories && \
# update numpy to latest version
pip install -U numpy --prefer-binary && \
pip install git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 --prefer-binary
pip install git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 --prefer-binary && \
# install xformers
pip install xformers --prefer-binary
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