remove triton

This commit is contained in:
AbdBarho 2023-05-04 22:29:33 +02:00
parent 00133f1ab1
commit c64b958833

View file

@ -42,7 +42,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
RUN --mount=type=cache,target=/root/.cache/pip \
--mount=type=bind,from=xformers,source=/wheel.whl,target=/xformers-0.0.20.dev528-cp310-cp310-manylinux2014_x86_64.whl \
pip install triton /xformers-0.0.20.dev528-cp310-cp310-manylinux2014_x86_64.whl --index-url https://download.pytorch.org/whl/cu118
pip install /xformers-0.0.20.dev528-cp310-cp310-manylinux2014_x86_64.whl
ENV ROOT=/stable-diffusion-webui