From 4f30dc5bc94228f458c2701ad48f8faed9e25604 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 14 Oct 2022 15:45:13 +0200 Subject: [PATCH] container --- services/AUTOMATIC1111/Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 2b163c8..32e0ccf 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -20,6 +20,12 @@ EOF RUN git clone https://github.com/crowsonkb/k-diffusion.git repositories/k-diffusion && cd repositories/k-diffusion && git reset --hard f4e99857772fc3a126ba886aadf795a332774878 +# FROM pytorch/manylinux-cuda113 as xformers + +# RUN git clone https://github.com/facebookresearch/xformers /x +# WORKDIR /x +# ENV CU_VERSION=cu113 PYTHON_VERSION=3.10 PYTORCH_VERSION=1.12 +# RUN ./packaging/build_wheel.sh FROM python:3.10-slim @@ -66,7 +72,7 @@ RUN pip install --prefer-binary --no-cache-dir opencv-python-headless \ git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \ pyngrok - +# COPY --from=xformers /x/wheels /wheels COPY . /docker RUN <